# HG changeset patch # User Paul Issott # Date 1427134695 0 # Node ID 7acd64a8f53818866a73c77046e3d93ffd5bc997 # Parent 0f62401c7b6c8bb8085068220f8b6e063170dc9f Tiny edits diff -r 0f62401c7b6c -r 7acd64a8f538 etc/init.d/network.sh --- a/etc/init.d/network.sh Mon Mar 23 02:02:39 2015 +0200 +++ b/etc/init.d/network.sh Mon Mar 23 18:18:15 2015 +0000 @@ -107,7 +107,7 @@ else if fgrep -q ssid=\"$WIFI_ESSID\" $WPA_CONF; then echo "Change network settings in $WPA_CONF" - # Remove given existing network (it to be appended later) + # Remove given existing network (it's to be appended later) mv -f $WPA_CONF $WPA_CONF.old cat $WPA_CONF.old | tr '\n' '\a' | sed 's|[^#]\(network={\)|\n\1|g' | \ fgrep -v "ssid=\"$WIFI_ESSID\"" | tr '\a' '\n' > $WPA_CONF diff -r 0f62401c7b6c -r 7acd64a8f538 etc/init.d/rcS --- a/etc/init.d/rcS Mon Mar 23 02:02:39 2015 +0200 +++ b/etc/init.d/rcS Mon Mar 23 18:18:15 2015 +0000 @@ -184,7 +184,7 @@ # Start X session. Dbus must be started before Xorg and other daemons. # We started it here because X is run before RUN_DAEMONS. Sleep, in -# some in live mode we boot too fast and X can't initialize. +# some live modes we boot too fast and X can't initialize. if [ "$SCREEN" != 'text' ] && [ "$LOGIN_MANAGER" ] && [ -x /usr/bin/tazx ] && [ -s /etc/slitaz/applications.conf ] && [ -x "/etc/init.d/$LOGIN_MANAGER" ]; then diff -r 0f62401c7b6c -r 7acd64a8f538 etc/network.conf --- a/etc/network.conf Mon Mar 23 02:02:39 2015 +0200 +++ b/etc/network.conf Mon Mar 23 18:18:15 2015 +0000 @@ -64,8 +64,8 @@ # Set the operating channel in the device. Empty by default. WIFI_CHANNEL="" -# Force the card to register to the Access Point given by the address, if it -# possible. Empty by default to automatic mode. +# Force the card to register to the Access Point given by the address, if it's +# possible. Empty by default to automatic mode. WIFI_AP="" diff -r 0f62401c7b6c -r 7acd64a8f538 etc/rcS.conf --- a/etc/rcS.conf Mon Mar 23 02:02:39 2015 +0200 +++ b/etc/rcS.conf Mon Mar 23 18:18:15 2015 +0000 @@ -23,7 +23,7 @@ LOGIN_MANAGER="slim" # Initialization scripts to run at boot time. The local.sh script -# let you quickly add some local startup commands. +# lets you quickly add some local startup commands. RUN_SCRIPTS="bootopts.sh system.sh network.sh local.sh" # Daemons to start at boot time. DBUS daemon is started before the diff -r 0f62401c7b6c -r 7acd64a8f538 usr/bin/rcSconf --- a/usr/bin/rcSconf Mon Mar 23 02:02:39 2015 +0200 +++ b/usr/bin/rcSconf Mon Mar 23 18:18:15 2015 +0000 @@ -42,7 +42,7 @@ LOGIN_MANAGER="slim" # Initialization scripts to run at boot time. The local.sh script -# let you quickly add some local startup commands. +# lets you quickly add some local startup commands. RUN_SCRIPTS="bootopts.sh system.sh network.sh local.sh" # Daemons to start at boot time. DBUS daemon is started before the diff -r 0f62401c7b6c -r 7acd64a8f538 usr/share/slitaz/network.conf_migration --- a/usr/share/slitaz/network.conf_migration Mon Mar 23 02:02:39 2015 +0200 +++ b/usr/share/slitaz/network.conf_migration Mon Mar 23 18:18:15 2015 +0000 @@ -73,8 +73,8 @@ # Set the operating channel in the device. Empty by default. WIFI_CHANNEL="$WIFI_CHANNEL" -# Force the card to register to the Access Point given by the address, if it -# possible. Empty by default to automatic mode. +# Force the card to register to the Access Point given by the address, if it's +# possible. Empty by default to automatic mode. WIFI_AP="$WIFI_AP"