summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2008-02-26 23:09:51 +0000
committerAndrew Gaffney <agaffney@gentoo.org>2008-02-26 23:09:51 +0000
commitb9cb53a4cca5f10cf18e941649eeefed8a815402 (patch)
treed91cfc1277d564787e4e1bf893e8227527ee425f /autoconfig
parentFix up some usages of single and double quotes. (diff)
downloadlivecd-tools-b9cb53a4cca5f10cf18e941649eeefed8a815402.tar.gz
livecd-tools-b9cb53a4cca5f10cf18e941649eeefed8a815402.tar.bz2
livecd-tools-b9cb53a4cca5f10cf18e941649eeefed8a815402.zip
add missing ) after pwgen
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@145 7bf51bff-881f-0410-a643-fba68b97345e
Diffstat (limited to 'autoconfig')
-rwxr-xr-xautoconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconfig b/autoconfig
index baad66b..08e4f6e 100755
--- a/autoconfig
+++ b/autoconfig
@@ -222,7 +222,7 @@ list_services() {
svcs="${svcs} $(check_svc ${HOTPLUG} coldplug hotplug)"
svcs="${svcs} $(check_svc ${IDEDMA} hdparm)"
svcs="${svcs} $(check_svc ${NFS} nfsmount)"
- svcs="${svcs} $(check_svc ${PASSWD} pwgen"
+ svcs="${svcs} $(check_svc ${PASSWD} pwgen)"
svcs="${svcs} $(check_svc ${PCMCIA} pcmcia)"
svcs="${svcs} $(check_svc ${SSH} sshd)"
svcs="${svcs} $(check_svc ${X11} mkxf86config x-setup)"