diff options
author | Roy Marples <roy@marples.name> | 2008-04-29 10:25:45 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-04-29 10:25:45 +0000 |
commit | 5ba6f0a62817f6031936b8880a15c404840924bb (patch) | |
tree | ed204dc8379bc6088f743f480c14bf416fc0ded6 /init.d/Makefile.FreeBSD | |
parent | 5a59542629084aee819576ba41af28bd525e856f (diff) |
We need to ensure that the init script started is correct, translating symlinks. This has a new rule - multiplexed services must exist in the same dir as the master sript. So we need to ensuret that net.lo(0) is the real script and not a symlink itself. This fixes Gentoo #219526.
Diffstat (limited to 'init.d/Makefile.FreeBSD')
-rw-r--r-- | init.d/Makefile.FreeBSD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.d/Makefile.FreeBSD b/init.d/Makefile.FreeBSD index 8bcb9694..3cd6feb6 100644 --- a/init.d/Makefile.FreeBSD +++ b/init.d/Makefile.FreeBSD @@ -1,3 +1,5 @@ +NET_LO= net.lo0 + # Generic BSD scripts SRCS+= hostid.in moused.in newsyslog.in pf.in rarpd.in rc-enabled.in \ rpcbind.in savecore.in syslogd.in |