[Pbuilder-maint] pbuilder CVS update: pbuilder pbuilder-modules ChangeLog

pbuilder CVS Commit pbuilder-maint at lists.alioth.debian.org
Thu Jun 1 00:05:29 UTC 2006


  User: dancer  
  Date: 06/06/01 00:05:29

  Modified:    .        pbuilder-modules ChangeLog
  Log:
  quiet down /etc/mtab
  
  Revision  Changes    Path
  1.97      +1 -1      pbuilder/pbuilder-modules
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-modules?annotate=1.97&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-modules?rev=1.97&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-modules.diff?r1=1.97&r2=1.96&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder-modules
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-modules,v
  retrieving revision 1.96
  retrieving revision 1.97
  diff -u -r1.96 -r1.97
  --- pbuilder-modules	30 May 2006 23:45:45 -0000	1.96
  +++ pbuilder-modules	1 Jun 2006 00:05:28 -0000	1.97
  @@ -139,7 +139,7 @@
   	echo " -> mounting /proc filesystem"
   	mkdir -p $BUILDPLACE/proc
   	mount -t proc /proc "$BUILDPLACE/proc"
  -	ln -s ../proc/mounts $BUILDPLACE/etc/mtab || true
  +	ln -s ../proc/mounts $BUILDPLACE/etc/mtab 2> /dev/null || true
       fi
       if [ "$USEDEVFS" = "yes" ]; then
   	echo " -> mounting /dev filesystem"
  
  
  
  1.389     +5 -1      pbuilder/ChangeLog
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?annotate=1.389&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?rev=1.389&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog.diff?r1=1.389&r2=1.388&cvsroot=
  
  -----------------------------------
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/ChangeLog,v
  retrieving revision 1.388
  retrieving revision 1.389
  diff -u -r1.388 -r1.389
  --- ChangeLog	30 May 2006 23:45:45 -0000	1.388
  +++ ChangeLog	1 Jun 2006 00:05:28 -0000	1.389
  @@ -1,3 +1,7 @@
  +2006-06-01  Junichi Uekawa  <dancer at debian.org>
  +
  +	* pbuilder-modules (pbuilder-options): silence ln -s for /etc/mtab
  +
   2006-05-31  Junichi Uekawa  <dancer at debian.org>
   
   	* pbuilder: update address of GPL, and generally update copyright dates.
  
  
  



More information about the Pbuilder-maint mailing list