diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2023-01-14 22:17:42 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-21 10:22:13 +0700 |
commit | 34627d1af286ab67f3707c95738997e215620e22 (patch) | |
tree | 00450e97328539801b3751169589ce40a3214c9a | |
parent | d36eb5bec7497cc7c2bc1ce04a640cc3a6a90022 (diff) |
network/squirrelmail: misc fixes for website purposes only
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/squirrelmail/config.php.txt (renamed from network/squirrelmail/config.php) | 0 | ||||
-rw-r--r-- | network/squirrelmail/config_local.php.txt (renamed from network/squirrelmail/config_local.php) | 0 | ||||
-rw-r--r-- | network/squirrelmail/squirrelmail.SlackBuild | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/network/squirrelmail/config.php b/network/squirrelmail/config.php.txt index d901ee188510..d901ee188510 100644 --- a/network/squirrelmail/config.php +++ b/network/squirrelmail/config.php.txt diff --git a/network/squirrelmail/config_local.php b/network/squirrelmail/config_local.php.txt index fb4ee5967aec..fb4ee5967aec 100644 --- a/network/squirrelmail/config_local.php +++ b/network/squirrelmail/config_local.php.txt diff --git a/network/squirrelmail/squirrelmail.SlackBuild b/network/squirrelmail/squirrelmail.SlackBuild index 5ed49d0eb67a..4ed8d6d18bac 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 \ |