aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bootscripts/lfs/init.d/functions13
1 files changed, 1 insertions, 12 deletions
diff --git a/bootscripts/lfs/init.d/functions b/bootscripts/lfs/init.d/functions
index 4c883b31b..77d3e5cfe 100644
--- a/bootscripts/lfs/init.d/functions
+++ b/bootscripts/lfs/init.d/functions
@@ -399,7 +399,7 @@ statusproc()
# Dependencies: pidof, echo, head
#
# Todo: Remove dependency on head
-# This depreciates getpids
+# This replaces getpids
# Test changes to pidof
#
#*******************************************************************************
@@ -483,17 +483,6 @@ pidofproc()
fi
}
-# This will ensure compatibility with previous LFS Bootscripts
-getpids()
-{
- if [ -z "${PIDFILE}" ]; then
- pidofproc -s -p "${PIDFILE}" $@
- else
- pidofproc -s $@
- fi
- base="${1##*/}"
-}
-
#*******************************************************************************
# Function - loadproc [-f] [-n nicelevel] [-p pidfile] pathname [args]
#