summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-05-23 10:14:37 +0000
committerChristian Heim <phreak@gentoo.org>2006-05-23 10:14:37 +0000
commit01cfc67f0ac727187a6faf0161f000bb44816b2e (patch)
treebc2218db3ea8713cfab444697d08004527bbe493 /sbin/depscan.sh
parentWe're only at _pre17, so this is _pre18 (diff)
downloadbaselayout-vserver-01cfc67f0ac727187a6faf0161f000bb44816b2e.tar.gz
baselayout-vserver-01cfc67f0ac727187a6faf0161f000bb44816b2e.tar.bz2
baselayout-vserver-01cfc67f0ac727187a6faf0161f000bb44816b2e.zip
Merging r2042, preparing stabilization of baselayout-1.12.0
svn path=/baselayout-vserver/branches/baselayout-1_12/; revision=361
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 e9454a1..d0cff4a 100755
--- a/sbin/depscan.sh
+++ b/sbin/depscan.sh
@@ -68,7 +68,7 @@ fi
for x in softscripts snapshot options daemons \
started starting inactive wasinactive stopping failed \
- exclusive exitcodes scheduled ; do
+ exclusive exitcodes scheduled coldplugged ; do
if [[ ! -d "${mysvcdir}/${x}" ]] ; then
if ! mkdir -p -m 0755 "${mysvcdir}/${x}" 2>/dev/null ; then
eerror "Could not create needed directory '${mysvcdir}/${x}'!"