Differences From
Artifact [4878be3bb2]:
1
2
3
4
5
6
7
8
9
|
DAEMON_rpcbind_COMMAND?=/usr/sbin/rpcbind
DAEMON_rpcbind_ENABLE?=no
DAEMON_rpcbind_FLAGS?=-d
rpcbind: ${_EARLYSERVICE} NETWORK syslogd
rpcbind_exit: ${_SERVICE_EXIT} mountd_exit nfsd_exit
NETWORK_EXIT: rpcbind_exit
|
|
|
|
1
2
3
4
5
6
7
8
9
|
DAEMON_rpcbind_COMMAND?=/usr/sbin/rpcbind
DAEMON_rpcbind_ENABLE?=no
DAEMON_rpcbind_FLAGS?=-d
DAEMON_syslogd_DEPS+=rpcbind
rpcbind: ${_EARLYSERVICE} NETWORK syslogd
NETWORK_EXIT: rpcbind_exit
|