=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/rc.local,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/etc/Attic/rc.local 1996/08/26 22:31:35 1.5 +++ src/etc/Attic/rc.local 1996/09/06 09:47:35 1.6 @@ -1,4 +1,4 @@ -# $OpenBSD: rc.local,v 1.5 1996/08/26 22:31:35 deraadt Exp $ +# $OpenBSD: rc.local,v 1.6 1996/09/06 09:47:35 deraadt Exp $ # site-specific startup actions, daemons # Add your local changes additions to this file @@ -15,6 +15,10 @@ #if [ -x /usr/X11R6/bin/xdm ]; then # echo -n ' xdm'; /usr/X11R6/bin/xdm +#fi + +#if [ -x /usr/local/bin/xntpd ]; then +# echo -n ' xntpd'; /usr/local/bin/xntpd #fi echo '.'