summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-12-07 12:19:00 +0000
committerderaadt <deraadt@openbsd.org>1996-12-07 12:19:00 +0000
commit49a0ddefcee3c5dc955bfef06fabcc31d7a0974d (patch)
treebc7fcd94607cad53ee9200e6c4066d4c39fbf19c
parent-d is not always needed. the magic cookie stuff works (diff)
downloadwireguard-openbsd-49a0ddefcee3c5dc955bfef06fabcc31d7a0974d.tar.xz
wireguard-openbsd-49a0ddefcee3c5dc955bfef06fabcc31d7a0974d.zip
ypserv w/o -d is OK
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 909a2173ad8..616b11fc5eb 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.26 1996/10/09 07:13:30 deraadt Exp $
+# $OpenBSD: rc,v 1.27 1996/12/07 12:19:00 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -101,7 +101,7 @@ fi
if [ -d /var/yp/binding ]; then
if [ -d /var/yp/`domainname` ]; then
# yp server capabilities needed...
- echo -n ' ypserv'; ypserv -d
+ echo -n ' ypserv'; ypserv
#echo -n ' ypxfrd'; ypxfrd
fi