From: Dragan Dosen Date: Tue, 4 May 2010 14:10:40 +0000 (+0200) Subject: Uklonjen dio za backupiranje change_pass konfiguracije. X-Git-Tag: v3.0.2^0 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=squirrelmail-change-pass-cn.git;a=commitdiff_plain;h=e640d99cfeb0d10504d5ed152b21f8f3232b6b2b Uklonjen dio za backupiranje change_pass konfiguracije. --- diff --git a/debian/postinst b/debian/postinst index 0b88b43..dc5c3bd 100644 --- a/debian/postinst +++ b/debian/postinst @@ -12,8 +12,6 @@ PKG="squirrelmail-change-pass-cn" VERSION="3.0.2" SQCONFDIR="/etc/squirrelmail" SQCONF="$SQCONFDIR/config.php" -SQCPCONF="$SQCONFDIR/config_change_pass.php" -CPCONF="/usr/share/squirrelmail/plugins/change_pass/config.php" need_restart=0 @@ -34,21 +32,6 @@ if ! egrep -q '^poppassd:' /etc/hosts.allow; then fi -# First of all, do the backup. -# -done_backup=0 -for cpconf_file in $SQCPCONF $CPCONF; do - if [ -f "$cpconf_file" ] && [ ! -L "$cpconf_file" ]; then - cp_echo "CN: Doing backup for $cpconf_file" - cp_backup_conffile -d "/var/backups/$PKG" -p $cpconf_file - done_backup=1 - fi -done -if [ $done_backup -eq 1 ]; then - cp_echo "CN: Backup is located in directory: /var/backups/$PKG/" -fi - - # Enable change_pass plugin in SquirrelMail config.php. # if ! egrep -q '^\$plugins\[[0-9]+\][\ ]*=[\ ]*'\''change_pass'\' "$SQCONF"; then