diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-02-06 18:11:40 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-02-06 18:11:40 -0600 |
commit | 0832021ee26b3352c1592f6b5c855ade9bd4bbdf (patch) | |
tree | f0eeaf658e9187e0aaefebd2519d41dbebdbdace /network/mod_geoip2/doinst.sh | |
parent | 3f2986098eca12a25c7de00c2ddc440c7156f1c1 (diff) | |
download | slackbuilds-0832021ee26b3352c1592f6b5c855ade9bd4bbdf.tar.gz |
network/mod_geoip2: Fixed postinstall script
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/mod_geoip2/doinst.sh')
-rw-r--r-- | network/mod_geoip2/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/mod_geoip2/doinst.sh b/network/mod_geoip2/doinst.sh index 165a3d9507..83bf461e9e 100644 --- a/network/mod_geoip2/doinst.sh +++ b/network/mod_geoip2/doinst.sh @@ -11,5 +11,5 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config etc/mod_geoip.conf.new +config etc/httpd/mod_geoip.conf.new |