From: Amit Uttamchandani Date: Sat, 19 Feb 2011 08:45:32 +0000 (+0100) Subject: Fixed a small typo in lxc-debian template X-Git-Tag: lxc-0.7.4~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7593bdfbe25a70eddbfa9b9411e989e0b6564cab;p=thirdparty%2Flxc.git Fixed a small typo in lxc-debian template "udpate" should be "update" in configure_debian(). Signed-off-by: Daniel Lezcano --- diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index b3d16348f..9c69f3790 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -84,7 +84,7 @@ EOF fi # remove pointless services in a container - chroot $rootfs /usr/sbin/udpate-rc.d -f checkroot.sh remove + chroot $rootfs /usr/sbin/update-rc.d -f checkroot.sh remove chroot $rootfs /usr/sbin/update-rc.d -f umountfs remove chroot $rootfs /usr/sbin/update-rc.d -f hwclock.sh remove chroot $rootfs /usr/sbin/update-rc.d -f hwclockfirst.sh remove