diff options
author | clement <clement@FreeBSD.org> | 2005-08-02 17:48:31 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-08-02 17:48:31 +0800 |
commit | 22a8e49b5300853d041e122e4216f422ae0e4516 (patch) | |
tree | f7d7d2a8c3472206bd57d15cbb46335ecb416117 /www/mod_v2h | |
parent | a7ca08b044b62ca92d6c32c461e46bc702a9083b (diff) | |
download | freebsd-ports-gnome-22a8e49b5300853d041e122e4216f422ae0e4516.tar.gz freebsd-ports-gnome-22a8e49b5300853d041e122e4216f422ae0e4516.tar.zst freebsd-ports-gnome-22a8e49b5300853d041e122e4216f422ae0e4516.zip |
- Don't install httpd.conf.bak
Approved by: portmgr (self)
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"); } |