summaryrefslogtreecommitdiff
path: root/network/mod_fcgid/doinst.sh
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-11 17:59:14 +0200
committerHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-11 17:59:14 +0200
commit5c7be82159cdf0e149f655b363818fd29b9ca296 (patch)
treef22aebe5a0cc011fc406de3324b58d9654b8a237 /network/mod_fcgid/doinst.sh
parent4dc1e9dd610f256cc88e2c06640292d34a85becf (diff)
downloadslackbuilds-5c7be82159cdf0e149f655b363818fd29b9ca296.tar.gz
network/mod_fcgid: Removed from 12.0 repository
Diffstat (limited to 'network/mod_fcgid/doinst.sh')
-rw-r--r--network/mod_fcgid/doinst.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/network/mod_fcgid/doinst.sh b/network/mod_fcgid/doinst.sh
deleted file mode 100644
index 7f288c2c10..0000000000
--- a/network/mod_fcgid/doinst.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-copy_config() {
- NEW="$1"
- OLD="`dirname $NEW`/`basename $NEW .new`"
- # If there's no config file by that name, mv it over:
- if [ ! -r $OLD ]; then
- mv $NEW $OLD
- elif [ "`cat $OLD | md5sum`" = "`cat $NEW | md5sum`" ]; then # toss the redundant copy
- rm $NEW
- fi
- # Otherwise, we leave the .new copy for the admin to consider...
-}
-
-copy_config etc/apache2/extra/httpd-fcgid.conf.new