1
0
mirror of synced 2026-01-27 04:02:09 +00:00

2006-02-18 12:23:24 by steve

Improve comment regarding sudo.
This commit is contained in:
steve
2006-02-18 12:23:24 +00:00
parent c0467b53b6
commit d4e2396632

View File

@@ -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/