#! /bin/bash # Bring down all unneeded services that are still running (there shouldn't # be any, so this is just a sanity check) case "$1" in *start) ;; *) echo $"Usage: $0 {start}" exit 1 ;; esac for i in /var/lock/subsys/* ; do # Check if the script is there. [ -f "$i" ] || continue # Get the subsystem name. subsys=${i#/var/lock/subsys/} # Networking could be needed for NFS root. [ $subsys = network ] && continue # Bring the subsystem down. if [ -f /etc/init.d/$subsys.init ]; then /etc/init.d/$subsys.init stop elif [ -f /etc/init.d/$subsys ]; then /etc/init.d/$subsys stop else rm -f "$i" fi done '>index : forums
The forums.mageia.org WebsiteMaat [maat]
aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-08-13 16:34:17 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-08-13 16:34:17 +0000
commit38b8e4b801a13574af8efa961f3a453ae1e00d89 (patch)
tree77392e315766d125c5e144d0fd48a334f0dc45be /phpBB/config.php
parenta7cda845fa4337d7fe19d166fa1ce93acc941254 (diff)
downloadforums-38b8e4b801a13574af8efa961f3a453ae1e00d89.tar
forums-38b8e4b801a13574af8efa961f3a453ae1e00d89.tar.gz
forums-38b8e4b801a13574af8efa961f3a453ae1e00d89.tar.bz2
forums-38b8e4b801a13574af8efa961f3a453ae1e00d89.tar.xz
forums-38b8e4b801a13574af8efa961f3a453ae1e00d89.zip
More changes ... switched away from prefetch for now ...
git-svn-id: file:///svn/phpbb/trunk@2849 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/config.php')
0 files changed, 0 insertions, 0 deletions