From 9fe974684585329da9ac530ecdeb8a2c02b680e8 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Mon, 29 Apr 1996 08:05:34 +0000 Subject: [PATCH] yp depends on /var/yp/bindings, not only /var/yp --- src/etc/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/rc b/src/etc/rc index 57c95802..5d03c219 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -93,7 +93,7 @@ rm -f /var/spool/uucp/STST/* echo -n 'starting rpc daemons:' echo -n ' portmap'; portmap -if [ -d /var/yp ]; then +if [ -d /var/yp/binding ]; then echo -n ' ypbind'; ypbind if [ -d /var/yp/`domainname` ]; then