rc: no hay trabajo

This commit is contained in:
Franco Fichtner 2015-05-20 09:41:43 +02:00
parent c4c18bd8de
commit a8c558cf11

View File

@ -1,6 +1,6 @@
#!/bin/sh
if [ -z "$(ls /etc/rc.conf.d)" ]; then
if [ ! -f /etc/rc.conf -o -z "$(ls /etc/rc.conf.d)" ]; then
exit 0
fi