=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.34 retrieving revision 1.35 diff -c -r1.34 -r1.35 *** src/etc/rc 1997/04/22 23:04:57 1.34 --- src/etc/rc 1997/06/17 10:20:05 1.35 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.34 1997/04/22 23:04:57 deraadt Exp $ # System startup script run by init on autoboot # or after single-user. --- 1,4 ---- ! # $OpenBSD: rc,v 1.35 1997/06/17 10:20:05 niklas Exp $ # System startup script run by init on autoboot # or after single-user. *************** *** 137,143 **** sed -e 's/^Name: //'` fi if [ "$_host2" = "$_host1" ]; then ! echo -n ' rpc.yppasswdd'; rpc.yppasswdd fi fi fi --- 137,144 ---- sed -e 's/^Name: //'` fi if [ "$_host2" = "$_host1" ]; then ! echo -n ' rpc.yppasswdd' ! rpc.yppasswdd ${yppasswdd_flags} fi fi fi