From 34697096a23ca200ab4799f9d5a2d1054c9de3f7 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 24 Nov 2010 11:57:21 -0800 Subject: Rename raid cleanup log file Standard practice is to use '.log' suffix not _log --- etc/init.d/vyatta-router | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/init.d/vyatta-router') 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 } # -- cgit v1.2.3