NetBSD/sys/arch/x68k/usr.sbin/poffd/rc.sample
1996-05-05 12:17:03 +00:00

7 lines
146 B
Plaintext

# echo -n starting machine-specific deamons:
if [ -x /etc/shutdown.local ]; then
echo -n ' poffd'; poffd "/etc/shutdown.local %"
fi
# echo '.'