From 34627d1af286ab67f3707c95738997e215620e22 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sat, 14 Jan 2023 22:17:42 -0600 Subject: [PATCH] network/squirrelmail: misc fixes for website purposes only Signed-off-by: Robby Workman Signed-off-by: Willy Sudiarto Raharjo --- network/squirrelmail/{config.php => config.php.txt} | 0 .../squirrelmail/{config_local.php => config_local.php.txt} | 0 network/squirrelmail/squirrelmail.SlackBuild | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename network/squirrelmail/{config.php => config.php.txt} (100%) rename network/squirrelmail/{config_local.php => config_local.php.txt} (100%) 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 \