diff --git a/network/squirrelmail/config.php b/network/squirrelmail/config.php.txt similarity index 100% rename from network/squirrelmail/config.php rename to network/squirrelmail/config.php.txt diff --git a/network/squirrelmail/config_local.php b/network/squirrelmail/config_local.php.txt similarity index 100% rename from network/squirrelmail/config_local.php rename to network/squirrelmail/config_local.php.txt diff --git a/network/squirrelmail/squirrelmail.SlackBuild b/network/squirrelmail/squirrelmail.SlackBuild index 5ed49d0eb6..4ed8d6d18b 100644 --- a/network/squirrelmail/squirrelmail.SlackBuild +++ b/network/squirrelmail/squirrelmail.SlackBuild @@ -151,10 +151,10 @@ rm -f plugins/make_archive.pl mkdir -p $PKG/etc/squirrelmail -cp $CWD/config.php $PKG/etc/squirrelmail/config.php +cp $CWD/config.php.txt $PKG/etc/squirrelmail/config.php ln -sf /etc/squirrelmail/config.php config/config.php -cp $CWD/config_local.php $PKG/etc/squirrelmail/config_local.php +cp $CWD/config_local.php.txt $PKG/etc/squirrelmail/config_local.php ln -sf /etc/squirrelmail/config_local.php config/config_local.php mv plugins/squirrelspell/sqspell_config.php \