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

pbuilder CVS Commit pbuilder-maint at lists.alioth.debian.org
Tue Oct 24 00:55:23 CEST 2006


  User: dancer  
  Date: 06/10/23 22:55:23

  Modified:    examples E50-initscripts-2.86.ds1-7.workaround.sh
  Log:
  add workaround for /lib/init/rw
  
  Revision  Changes    Path
  1.3       +4 -0      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.3&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.3&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-initscripts-2.86.ds1-7.workaround.sh.diff?r1=1.3&r2=1.2&cvsroot=
  
  -----------------------------------
  
  Index: E50-initscripts-2.86.ds1-7.workaround.sh
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/examples/E50-initscripts-2.86.ds1-7.workaround.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- E50-initscripts-2.86.ds1-7.workaround.sh	3 Sep 2006 09:13:22 -0000	1.2
  +++ E50-initscripts-2.86.ds1-7.workaround.sh	23 Oct 2006 22:55:23 -0000	1.3
  @@ -11,6 +11,10 @@
   umount /proc/bus/usb
   umount /dev/shm
   
  +# work around initscripts postinst which mount /lib/init/rw
  +# Bug: #392136, #390126
  +umount /lib/init/rw
  +
   # inetd seems to be dually started after upgrade, kill it.
   # Bug: #262627
   kill -9 $(cat /var/run/inetd.pid)
  
  
  



More information about the Pbuilder-maint mailing list