diff options
Diffstat (limited to 'etc/rc.d/cleartmp')
-rwxr-xr-x | etc/rc.d/cleartmp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/cleartmp b/etc/rc.d/cleartmp index 0df70a27cc49..676ce953908c 100755 --- a/etc/rc.d/cleartmp +++ b/etc/rc.d/cleartmp @@ -47,7 +47,7 @@ load_rc_config $name # The clear_tmp_X variable should be tested even if clear_tmp_enable is NO case "$1" in -start) cleartmp_prestart ;; +*start) cleartmp_prestart ;; esac run_rc_command "$1" |