[Pbuilder-maint] pbuilder CVS update: pbuilder/examples E50-libc2.3.2.ds1-11-workaround E50-initscripts-2.86.ds1-7.workaround.sh

pbuilder CVS Commit pbuilder-maint at lists.alioth.debian.org
Wed Dec 21 11:06:06 UTC 2005


  User: dancer  
  Date: 05/12/21 11:06:06

  Modified:    examples E50-libc2.3.2.ds1-11-workaround
  Added:       examples E50-initscripts-2.86.ds1-7.workaround.sh
  Log:
  update workaround for libc to work around bugs in initscripts.
  
  Revision  Changes    Path
  1.2       +2 -0      pbuilder/examples/E50-libc2.3.2.ds1-11-workaround
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/examples/E50-libc2.3.2.ds1-11-workaround?annotate=1.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/examples/E50-libc2.3.2.ds1-11-workaround?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/examples/E50-libc2.3.2.ds1-11-workaround.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: E50-libc2.3.2.ds1-11-workaround
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/examples/E50-libc2.3.2.ds1-11-workaround,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- E50-libc2.3.2.ds1-11-workaround	13 Mar 2004 02:58:31 -0000	1.1
  +++ E50-libc2.3.2.ds1-11-workaround	21 Dec 2005 11:06:05 -0000	1.2
  @@ -1,5 +1,7 @@
   #!/bin/sh
   # work around libc6 postinst which mounts /sys etc.
  +# Bug#230008
  +
   set +e
   umount /sys
   umount /proc/bus/usb
  
  
  
  1.1                  pbuilder/examples/E50-initscripts-2.86.ds1-7.workaround.sh
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/examples/E50-initscripts-2.86.ds1-7.workaround.sh?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/examples/E50-initscripts-2.86.ds1-7.workaround.sh?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: E50-initscripts-2.86.ds1-7.workaround.sh
  ===================================================================
  #!/bin/sh
  # work around initscripts postinst which mounts /sys etc.
  # Bug: #344089
  
  set +e
  
  umount /sys
  umount /run
  umount /proc/bus/usb
  umount /dev/shm
  
  # inetd seems to be dually started after upgrade, kill it.
  # Bug: #262627
  kill -9 $(cat /var/run/inetd.pid)
  
  exit 0
  
  
  



More information about the Pbuilder-maint mailing list