summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman2021-07-16 07:37:57 +0200
committer Willy Sudiarto Raharjo2021-07-17 04:50:25 +0200
commitc9ac42f52a3a3db84c3efd3612e4fb4227689573 (patch)
treec4ef3a3352bcddd63a519d731c35f08fd4d37cba
parent3184a61e596468f60eea6640902f99a62be09310 (diff)
downloadslackbuilds-c9ac42f52a3a3db84c3efd3612e4fb4227689573.tar.gz
network/hiawatha: Revert php version change needed by 14.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/hiawatha/hiawatha.SlackBuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/network/hiawatha/hiawatha.SlackBuild b/network/hiawatha/hiawatha.SlackBuild
index 7e01e9d363..5e8e6d5683 100644
--- a/network/hiawatha/hiawatha.SlackBuild
+++ b/network/hiawatha/hiawatha.SlackBuild
@@ -102,9 +102,6 @@ cd ..
sed -i 's/^#ServerId/ServerId/' $PKG/etc/$PRGNAM/$PRGNAM.conf
sed -i "s/www-data/$PRGNAM:$PRGNAM/" $PKG/etc/$PRGNAM/$PRGNAM.conf
-# Change PHP version from 7 to 5 to match version in Slackware*-14.2
-sed -i -r -e 's/PHP7/PHP5/g' -e 's/php7/php5/g' $PKG/etc/$PRGNAM/$PRGNAM.conf
-
# Install init scipts
mkdir -p $PKG/etc/rc.d/
install -m 0644 $CWD/rc.$PRGNAM $PKG/etc/rc.d/rc.$PRGNAM