diff options
Diffstat (limited to 'source/n/openssl/openssl0/doinst.sh-openssl-solibs')
-rw-r--r-- | source/n/openssl/openssl0/doinst.sh-openssl-solibs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source/n/openssl/openssl0/doinst.sh-openssl-solibs b/source/n/openssl/openssl0/doinst.sh-openssl-solibs deleted file mode 100644 index ed4fdfacb..000000000 --- a/source/n/openssl/openssl0/doinst.sh-openssl-solibs +++ /dev/null @@ -1,12 +0,0 @@ -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... -} -config etc/ssl/openssl.cnf.new |