]> git.pld-linux.org Git - packages/tzdata.git/blobdiff - timezone.init
- ignore /var/lock/subsys remove readonly fs errors (after fsck wants to reboot system)
[packages/tzdata.git] / timezone.init
index aca05d3aaee49dc2ccf6b14c5251c2506882d2da..a5ad643b1f0eee9f8a411ad16d1c6433ad920c81 100644 (file)
@@ -43,9 +43,7 @@ start() {
 }
 
 stop() {
-       if [ -f /var/lock/subsys/timezone ]; then
-               rm -f /var/lock/subsys/timezone
-       fi
+       rm -f /var/lock/subsys/timezone >/dev/null 2>&1
 }
 
 disable() {
This page took 0.211102 seconds and 4 git commands to generate.