summaryrefslogtreecommitdiff
path: root/helpers/lh_chroot_sysv-rc
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-04-15 18:26:21 +0100
committerChris Lamb <chris@chris-lamb.co.uk>2008-04-15 18:34:34 +0100
commit84612231f66bfcddc92c62fd151767da2cba54b6 (patch)
tree583121abd880241de0c750ec1b89620334cdcf11 /helpers/lh_chroot_sysv-rc
parentece0f9b574cf485a1681ced7bd47c3fc141627d5 (diff)
downloadvyos-live-build-84612231f66bfcddc92c62fd151767da2cba54b6.tar.gz
vyos-live-build-84612231f66bfcddc92c62fd151767da2cba54b6.zip
Fix typo in policy-rc.d
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'helpers/lh_chroot_sysv-rc')
-rwxr-xr-xhelpers/lh_chroot_sysv-rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_sysv-rc b/helpers/lh_chroot_sysv-rc
index abad21e96..11634a0c8 100755
--- a/helpers/lh_chroot_sysv-rc
+++ b/helpers/lh_chroot_sysv-rc
@@ -55,7 +55,7 @@ cat > chroot/usr/sbin/policy-rc.d << EOF
#!/bin/sh
echo
-echo "Warning: invoke-rc.d policy in action. Skiping daemon starting"
+echo "Warning: invoke-rc.d policy in action. Skipping daemon starting"
exit 101
EOF