From 034b9b7a12228bfa9171aae2b578c649ff1de54e Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 8 Apr 2008 16:01:40 +0000 Subject: Add a silly rc_runlevel function to appease SpanKY :) --- sh/functions.sh.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sh/functions.sh.in b/sh/functions.sh.in index 2546233..57917ed 100644 --- a/sh/functions.sh.in +++ b/sh/functions.sh.in @@ -38,6 +38,10 @@ yesno() esac } +rc_runlevel() { + rc-status --runlevel +} + _sanitize_path() { local IFS=":" p= path= -- cgit v1.2.3