Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] livecd-tools r144 - trunk
Date: Tue, 26 Feb 2008 22:04:05
Message-Id: E1JU7u6-0004mf-Il@stork.gentoo.org
1 Author: wolf31o2
2 Date: 2008-02-26 22:04:01 +0000 (Tue, 26 Feb 2008)
3 New Revision: 144
4
5 Modified:
6 trunk/autoconfig
7 Log:
8 Fix up some usages of single and double quotes.
9
10 Modified: trunk/autoconfig
11 ===================================================================
12 --- trunk/autoconfig 2008-02-26 05:05:28 UTC (rev 143)
13 +++ trunk/autoconfig 2008-02-26 22:04:01 UTC (rev 144)
14 @@ -333,7 +333,7 @@
15 "PowerMac G4 AGP Graphics")
16 machtype="Apple PowerMac G4"
17 ;;
18 - "PowerBook Titanium"|'PowerBook G4 15"')
19 + "PowerBook Titanium"|"PowerBook G4 15\"")
20 machtype="Apple Powerbook G4"
21 ;;
22 "Unknown Intrepid-based")
23 @@ -359,8 +359,8 @@
24 echo "0" > /proc/sys/kernel/printk
25 get_config
26
27 - # First off, we want hotplug/coldplug enabled, so let's re-enable it.
28 - # We do this even if we aren't starting up the hotplug/coldplug
29 + # First off, we want hotplug/coldplug enabled, so we re-enable it.
30 + # We do this even if we are not starting up the hotplug/coldplug
31 # services for the installer.
32 sed -i 's/RC_COLDPLUG="no"/RC_COLDPLUG="yes"/' /etc/conf.d/rc
33
34 @@ -414,7 +414,7 @@
35 ewarn "Hardware detection disabled via cmdline ..."
36 fi
37
38 - # Now, we check if we're supposed to run a coldplug script.
39 + # Now, we check if we are supposed to run a coldplug script.
40 if [ "${HOTPLUG}" = "yes" ]
41 then
42 # Check whether we should be using hotplug/coldplug or whether we should
43 @@ -549,7 +549,7 @@
44 fi
45 if [ "${SSHD}" = "yes" ]
46 then
47 - # If we have passwd= on the command line, we don't run pwgen and we
48 + # If we have passwd= on the command line, we do not run pwgen and we
49 # set the root password to PASSWORD.
50 if [ "${PASSWD}" = "yes" ]
51 then
52
53 --
54 gentoo-commits@l.g.o mailing list