Re: CVS commit: src/etc/rc.d

2012-12-04 Thread Marc Balmer

Am 04.12.2012 um 17:38 schrieb Patrick Welche pr...@netbsd.org:

 Module Name:  src
 Committed By: prlw1
 Date: Tue Dec  4 16:38:40 UTC 2012
 
 Modified Files:
   src/etc/rc.d: ntpd ppp
 
 Log Message:
 Make sure that ntpd creates a pid file for the rc machinery to work.
 http://mail-index.netbsd.org/current-users/2012/11/19/msg021518.html

How is that related to ppp?  Was that an accidental commit?

 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.13 -r1.14 src/etc/rc.d/ntpd
 cvs rdiff -u -r1.8 -r1.9 src/etc/rc.d/ppp
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 
 Modified files:
 
 Index: src/etc/rc.d/ntpd
 diff -u src/etc/rc.d/ntpd:1.13 src/etc/rc.d/ntpd:1.14
 --- src/etc/rc.d/ntpd:1.13Fri Aug 13 18:08:03 2004
 +++ src/etc/rc.d/ntpd Tue Dec  4 16:38:40 2012
 @@ -1,6 +1,6 @@
 #!/bin/sh
 #
 -# $NetBSD: ntpd,v 1.13 2004/08/13 18:08:03 mycroft Exp $
 +# $NetBSD: ntpd,v 1.14 2012/12/04 16:38:40 prlw1 Exp $
 #
 
 # PROVIDE: ntpd
 @@ -19,6 +19,7 @@ required_files=/etc/ntp.conf
 
 ntpd_precmd()
 {
 + rc_flags=-p ${pidfile} $rc_flags
   if [ -z $ntpd_chrootdir ]; then
   return 0;
   fi
 
 Index: src/etc/rc.d/ppp
 diff -u src/etc/rc.d/ppp:1.8 src/etc/rc.d/ppp:1.9
 --- src/etc/rc.d/ppp:1.8  Mon Oct 11 15:00:51 2004
 +++ src/etc/rc.d/ppp  Tue Dec  4 16:38:40 2012
 @@ -1,6 +1,6 @@
 #!/bin/sh
 #
 -# $NetBSD: ppp,v 1.8 2004/10/11 15:00:51 christos Exp $
 +# $NetBSD: ppp,v 1.9 2012/12/04 16:38:40 prlw1 Exp $
 #
 
 # PROVIDE: ppp
 @@ -14,6 +14,7 @@
 $_rc_subr_loaded . /etc/rc.subr
 
 name=ppp
 +rcvar=$name
 start_cmd=ppp_start
 stop_cmd=ppp_stop
 sig_stop=-INT
 @@ -40,6 +41,8 @@ ppp_start()
   fi
   done
   echo .
 + else
 + warn \${ppp_peers} is not set - pppd was not started.
   fi
 }
 
 


Freundliche GrĂ¼sse,
micro systems

Marc Balmer

--
Marc Balmer
micro systems, Wiesendamm 2a, Postfach, 4019 Basel
fon +41 61 383 05 10, fax +41 61 383 05 12, http://www.msys.ch/



Re: CVS commit: src/tests/usr.bin/netpgpverify

2012-12-04 Thread Alistair Crooks
On Tue, Nov 27, 2012 at 11:23:48AM +0100, Herbert J. Skuhra wrote:
 On 20.11.2012 08:55, Alistair G. Crooks wrote:
 Module Name: src
 Committed By:agc
 Date:Tue Nov 20 07:55:55 UTC 2012
 
 Added Files:
  src/tests/usr.bin/netpgpverify: Atffile Makefile t_netpgpverify.sh
 
 Log Message:
 Add tests for netpgpverify.
 
 After this commit the following command fails:
 
 % ./build.sh -O ../obj -T ../tools -U distribution
 [...]
 rm: Atffile: Permission denied
 Failed to remove the following files from
 /usr/src/tests/usr.bin/netpgpverify:
 Atffile
 [...]
 *** Error code 1
 
 Stop.
 nbmake: stopped in /usr/src
 
 ERROR: Failed to make distribution
 *** BUILD ABORTED ***

Should be fixed now.

Best,
Alistair


Re: CVS commit: src

2012-12-04 Thread John Nemeth
On Apr 23, 10:49am, David Laight wrote:
} On Sat, Dec 01, 2012 at 11:41:50AM +, Marc Balmer wrote:
}  Module Name:src
}  Committed By:   mbalmer
}  Date:   Sat Dec  1 11:41:50 UTC 2012
}  
}  Modified Files:
}  src/sys/fs/nilfs: nilfs_fs.h
}  src/sys/kern: subr_tftproot.c
}  src/sys/sys: quotactl.h sysctl.h
}  src/usr.bin/mail: head.c
}  
}  Log Message:
}  Fix misspelling:  accommodate is a long enough word to have room for two 
'c's
}  and two 'm's.
} 
} Two of everything except the 'd' and 't' - and there isn't room for two
} of either of those.

 It appears that the poor little lonely 'e' on the end got
completely forgotten.

}-- End of excerpt from David Laight