summaryrefslogtreecommitdiffstats
path: root/source/n
diff options
context:
space:
mode:
Diffstat (limited to 'source/n')
-rwxr-xr-xsource/n/httpd/httpd.SlackBuild2
-rw-r--r--source/n/httpd/rc.httpd25
-rwxr-xr-xsource/n/net-snmp/net-snmp.SlackBuild2
-rwxr-xr-xsource/n/php/fetch-php.sh4
4 files changed, 18 insertions, 15 deletions
diff --git a/source/n/httpd/httpd.SlackBuild b/source/n/httpd/httpd.SlackBuild
index 438525eef..36a3a91e3 100755
--- a/source/n/httpd/httpd.SlackBuild
+++ b/source/n/httpd/httpd.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=httpd
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.bz2 | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/n/httpd/rc.httpd b/source/n/httpd/rc.httpd
index 6b251d90d..afacffb34 100644
--- a/source/n/httpd/rc.httpd
+++ b/source/n/httpd/rc.httpd
@@ -2,7 +2,7 @@
#
# /etc/rc.d/rc.httpd
#
-# Start/stop/restart/graceful[ly restart]/graceful[ly]-stop
+# Start/stop/force-restart/restart/graceful[ly restart]/graceful[ly]-stop
# the Apache (httpd) web server.
#
# To make Apache start automatically at boot, make this
@@ -15,17 +15,20 @@ case "$1" in
/usr/sbin/apachectl -k start
;;
'stop')
- /usr/sbin/apachectl -k stop
- pkill -f /usr/sbin/httpd
- # Remove both old and new .pid locations:
- rm -f /var/run/httpd.pid /var/run/httpd/httpd.pid
+ if [ ! -r /run/httpd.pid ]; then
+ pkill -f /usr/sbin/httpd
+ else
+ /usr/sbin/apachectl -k stop
+ fi
+ pwait -f /usr/sbin/httpd
;;
'force-restart')
- # Because sometimes restarting through apachectl just doesn't do the trick...
- /usr/sbin/apachectl -k stop
- pkill -f /usr/sbin/httpd
- # Remove both old and new .pid locations:
- rm -f /var/run/httpd.pid /var/run/httpd/httpd.pid
+ if [ ! -r /run/httpd.pid ]; then
+ pkill -f /usr/sbin/httpd
+ else
+ /usr/sbin/apachectl -k stop
+ fi
+ pwait -f /usr/sbin/httpd
/usr/sbin/apachectl -k start
;;
'restart')
@@ -38,7 +41,7 @@ case "$1" in
/usr/sbin/apachectl -k graceful-stop
;;
*)
- echo "Usage: $0 {start|stop|restart|graceful|graceful-stop}"
+ echo "Usage: $0 {start|stop|force-restart|restart|graceful|graceful-stop}"
;;
esac
diff --git a/source/n/net-snmp/net-snmp.SlackBuild b/source/n/net-snmp/net-snmp.SlackBuild
index 55e7147eb..2de3dcef2 100755
--- a/source/n/net-snmp/net-snmp.SlackBuild
+++ b/source/n/net-snmp/net-snmp.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=net-snmp
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh
index ac81a5958..c489937a2 100755
--- a/source/n/php/fetch-php.sh
+++ b/source/n/php/fetch-php.sh
@@ -1,2 +1,2 @@
-lftpget http://us.php.net/distributions/php-8.2.8.tar.xz.asc
-lftpget http://us.php.net/distributions/php-8.2.8.tar.xz
+lftpget http://us.php.net/distributions/php-8.2.9.tar.xz.asc
+lftpget http://us.php.net/distributions/php-8.2.9.tar.xz