aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_v2h
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2005-08-02 17:48:31 +0800
committerclement <clement@FreeBSD.org>2005-08-02 17:48:31 +0800
commit22a8e49b5300853d041e122e4216f422ae0e4516 (patch)
treef7d7d2a8c3472206bd57d15cbb46335ecb416117 /www/mod_v2h
parenta7ca08b044b62ca92d6c32c461e46bc702a9083b (diff)
downloadfreebsd-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-module2
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");
}