Browse Source

yp depends on /var/yp/bindings, not only /var/yp

OPENBSD_2_0
deraadt 28 years ago
parent
commit
9fe9746845
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/etc/rc

+ 1
- 1
src/etc/rc View File

@ -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


Loading…
Cancel
Save