summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/depscan.sh')
-rwxr-xr-xsbin/depscan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/depscan.sh b/sbin/depscan.sh
index 10590d0..20669d2 100755
--- a/sbin/depscan.sh
+++ b/sbin/depscan.sh
@@ -17,7 +17,7 @@ fi
for x in softscripts snapshot options daemons \
started starting inactive stopping failed \
- exclusive exitcodes restart ; do
+ exclusive exitcodes scheduled ; do
if [[ ! -d "${svcdir}/${x}" ]] ; then
if ! mkdir -p -m 0755 "${svcdir}/${x}" 2>/dev/null ; then
eerror "Could not create needed directory '${svcdir}/${x}'!"