summaryrefslogtreecommitdiff
path: root/ser.init
diff options
context:
space:
mode:
authorankry2003-07-03 21:01:51 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitcab54f9c6535cda6e05276ff489061ad298bba53 (patch)
tree42553c7c07f29c8dcc788c4ec97bea7d2083285b /ser.init
parent94285269dc40e139db24c1273da39767193019e7 (diff)
downloadser-cab54f9c6535cda6e05276ff489061ad298bba53.zip
ser-cab54f9c6535cda6e05276ff489061ad298bba53.tar.gz
- allow some actions when network is down
Changed files: ser.init -> 1.2
Diffstat (limited to 'ser.init')
-rw-r--r--ser.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/ser.init b/ser.init
index 928befa..053b555 100644
--- a/ser.init
+++ b/ser.init
@@ -14,7 +14,7 @@
# Check that networking is up.
if is_yes "${NETWORKING}"; then
- if [ ! -f /var/lock/subsys/network ]; then
+ if [ ! -f /var/lock/subsys/network -a != stop -a != status ]; then
msg_network_down ser
exit 1
fi