[Initng-svn] r2675 - in initng/initfiles: daemon system
svn at initng.thinktux.net
svn at initng.thinktux.net
Mon Jan 2 20:00:33 CET 2006
Author: makomk
Date: Mon Jan 2 20:00:32 2006
New Revision: 2675
Modified:
initng/initfiles/daemon/instant-gdm.ii
initng/initfiles/daemon/openvpn.ii
initng/initfiles/system/alsasound.ii
initng/initfiles/system/console-screen.ii
initng/initfiles/system/mountroot.ii
Log:
Cosmetic fixes for some stray @find at s in messages and comments
Modified: initng/initfiles/daemon/instant-gdm.ii
==============================================================================
--- initng/initfiles/daemon/instant-gdm.ii (original)
+++ initng/initfiles/daemon/instant-gdm.ii Mon Jan 2 20:00:32 2006
@@ -1,7 +1,7 @@
# To get this working, remove consolefont from system.runlevel
# This is just a test (for now)
# make this a plugin, make it hold all services except from what we need (and what that needs) and sleep 2 seconds after starting gdm. Should make it start FAST.
-# we can use /proc/bus/pci (lspci) to @find@ out which modules we need to load.
+# we can use /proc/bus/pci (lspci) to find out which modules we need to load.
# fix gdm? :p, it's sloooow.
service daemon/instant-gdm/dev {
script start = {
Modified: initng/initfiles/daemon/openvpn.ii
==============================================================================
--- initng/initfiles/daemon/openvpn.ii (original)
+++ initng/initfiles/daemon/openvpn.ii Mon Jan 2 20:00:32 2006
@@ -21,7 +21,7 @@
script start = {
if [ ! -d /etc/openvpn ]
then
- echo "Cant @find@ openvpn conf dir! ..."
+ echo "Cant find openvpn conf dir! ..."
exit 1
fi
Modified: initng/initfiles/system/alsasound.ii
==============================================================================
--- initng/initfiles/system/alsasound.ii (original)
+++ initng/initfiles/system/alsasound.ii Mon Jan 2 20:00:32 2006
@@ -11,7 +11,7 @@
then
echo "Could not detect custom ALSA settings. Loading all detected alsa drivers."
DRIVERS="`@modprobe@ -c | @grep@ pci: | @awk@ '{ print $3 }' | @grep@ snd.* | sort | uniq`"
- [ -z "${DRIVERS}" ] && echo "Unable to @find@ any ALSA drivers. Have you compiled alsa-drivers correctly?"
+ [ -z "${DRIVERS}" ] && echo "Unable to find any ALSA drivers. Have you compiled alsa-drivers correctly?"
fi
if @modprobe@ -c | @grep@ -q "snd.*oss$"
@@ -98,7 +98,7 @@
@/usr/sbin/alsactl@ -f ${asoundcfg} restore ${CARDNUM}
done
else
- echo "ERROR: Cannot @find@ alsactl, did you forget to install media-sound/alsa-utils?"
+ echo "ERROR: Cannot find alsactl, did you forget to install media-sound/alsa-utils?"
exit 1
fi
exit 0
@@ -117,7 +117,7 @@
then
@alsactl@ -f ${asoundcfg} store
else
- echo "ERROR: Cannot @find@ alsactl."
+ echo "ERROR: Cannot find alsactl."
fi
echo "Kill processes using alsa"
Modified: initng/initfiles/system/console-screen.ii
==============================================================================
--- initng/initfiles/system/console-screen.ii (original)
+++ initng/initfiles/system/console-screen.ii Mon Jan 2 20:00:32 2006
@@ -96,7 +96,7 @@
vc=`echo ${font} | cut -b15- | cut -d= -f1`
eval font=\${SCREEN_FONT_vc${vc}}
[ X"${QUIET_PERVC}" != X1 ] && echo -n "${DEVICE_PREFIX}${vc}, "
- # eventually @find@ an associated SFM
+ # eventually find an associated SFM
eval sfm=\${SCREEN_FONT_MAP_vc${vc}}
[ "${sfm}" ] && sfm="-u ${sfm}"
Modified: initng/initfiles/system/mountroot.ii
==============================================================================
--- initng/initfiles/system/mountroot.ii (original)
+++ initng/initfiles/system/mountroot.ii Mon Jan 2 20:00:32 2006
@@ -46,7 +46,7 @@
retval=${?}
else
# Obey the fs_passno setting for / (see fstab(5))
- # - @find@ the / entry
+ # - find the / entry
# - make sure we have 6 fields
# - see if fs_passno is something other than 0
ROOTLINE=`@awk@ '$1~"^/" && $2=="/" && $6!="0" {print $0} {}' /etc/fstab`
More information about the Initng-svn
mailing list