diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-24 11:57:21 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-24 11:57:21 -0800 |
commit | 34697096a23ca200ab4799f9d5a2d1054c9de3f7 (patch) | |
tree | 666eb32ab9126f66c63f03ab94adcf956882897d /etc | |
parent | 9c879c9da3a4aff82d10e3c58cd3598a5ec1ab11 (diff) | |
download | vyatta-cfg-34697096a23ca200ab4799f9d5a2d1054c9de3f7.tar.gz vyatta-cfg-34697096a23ca200ab4799f9d5a2d1054c9de3f7.zip |
Rename raid cleanup log file
Standard practice is to use '.log' suffix not _log
Diffstat (limited to 'etc')
-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 18ad65b..d77aa96 100755 --- a/etc/init.d/vyatta-router +++ b/etc/init.d/vyatta-router @@ -134,7 +134,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 $MD_MODULES > /tmp/vyatta_raid_cleanup.log 2>&1 } # |