diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2011-06-15 17:59:13 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2011-06-15 17:59:13 -0700 |
commit | 9d365d92d3eac9e7242a3d2314ca2d86cce89e75 (patch) | |
tree | 72187efebc3673eefedd4889e303d3b14747465a /etc/init.d | |
parent | c129847cd7bbd2731e5ae83594c7b6d5e1cd1395 (diff) | |
download | vyatta-cfg-9d365d92d3eac9e7242a3d2314ca2d86cce89e75.tar.gz vyatta-cfg-9d365d92d3eac9e7242a3d2314ca2d86cce89e75.zip |
Bugfix 6767: Syslog any errors from rmmod instead of writing to log file.
Also rotate the config related log files under /var/log/vyatta so that
they don't fill up the root filesystem.
Diffstat (limited to 'etc/init.d')
-rwxr-xr-x | etc/init.d/vyatta-router | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/init.d/vyatta-router b/etc/init.d/vyatta-router index 4fd3f00..e10f054 100755 --- a/etc/init.d/vyatta-router +++ b/etc/init.d/vyatta-router @@ -136,7 +136,7 @@ load_bootfile () cleanup_raid() { MD_MODULES='linear multipath raid0 raid1 raid456 raid5 raid6 raid10' - rmmod $MD_MODULES > /tmp/vyatta_raid_cleanup.log 2>&1 + rmmod -s $MD_MODULES } # |