From d4e2396632bb2fce0bd587b8eb1c6af6d872bc8b Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 18 Feb 2006 12:23:24 +0000 Subject: [PATCH] 2006-02-18 12:23:24 by steve Improve comment regarding sudo. --- etc/hook.d/60-copy-host-files | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/hook.d/60-copy-host-files b/etc/hook.d/60-copy-host-files index 75f75ad..bcd9562 100755 --- a/etc/hook.d/60-copy-host-files +++ b/etc/hook.d/60-copy-host-files @@ -5,7 +5,7 @@ # # Steve # -- -# $Id: 60-copy-host-files,v 1.6 2006-02-05 14:53:27 steve Exp $ +# $Id: 60-copy-host-files,v 1.7 2006-02-18 12:23:24 steve Exp $ @@ -18,7 +18,8 @@ cp /etc/group ${prefix}/etc/ cp /etc/gshadow ${prefix}/etc/ # -# If sudo is installed upon the host then install it upon the guest. +# If sudo is installed upon the host then install it upon the guest, +# with the same setup. # if [ -e /etc/sudoers ]; then cp /etc/sudoers ${prefix}/etc/