base-files: use shutdown instead of stop when the system goes down (patch by tripolar)
[librecmc/librecmc.git] / package / base-files / files / etc / rc.common
index 072f1435490717c46554aef5b7877ee589ebb72a..6ec88aef9c1e20040bb605235207f0ca0d4ee79b 100755 (executable)
@@ -30,7 +30,7 @@ boot() {
 }
 
 shutdown() {
-       return 0
+       stop
 }
 
 disable() {