diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-08-02 09:48:31 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-08-02 09:48:31 +0000 |
commit | 249e15dd307322015ffe32bd13133d59286089a8 (patch) | |
tree | 8295706c5c6b31d6fe76c8489095af8cbecba9be /www/mod_v2h | |
parent | 8c919ec67899575b37d2a3fce027f5f9d8a3aa8e (diff) |
Notes
Diffstat (limited to 'www/mod_v2h')
-rw-r--r-- | www/mod_v2h/files/add-module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_v2h/files/add-module b/www/mod_v2h/files/add-module index 754fc6903924..9f4392eea16c 100644 --- a/www/mod_v2h/files/add-module +++ b/www/mod_v2h/files/add-module @@ -47,7 +47,7 @@ if (@lmd or @amd) { if (open(FP, ">$CFG_SYSCONFDIR/$CFG_TARGET.conf.new")) { print FP $content; close(FP); - system("cp $CFG_SYSCONFDIR/$CFG_TARGET.conf $CFG_SYSCONFDIR/$CFG_TARGET.conf.bak && " . "cp $CFG_SYSCONFDIR/$CFG_TARGET.conf.new $CFG_SYSCONFDIR/$CFG_TARGET.conf && " . "rm $CFG_SYSCONFDIR/$CFG_TARGET.conf.new"); + system("cp $CFG_SYSCONFDIR/$CFG_TARGET.conf.new $CFG_SYSCONFDIR/$CFG_TARGET.conf && " . "rm $CFG_SYSCONFDIR/$CFG_TARGET.conf.new"); } else { notice("unable to open configuration file"); } |