Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6887 - comment typo in /sbin/rc
Summary: comment typo in /sbin/rc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-22 10:50 UTC by Martijn Koster
Modified: 2002-08-25 02:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martijn Koster 2002-08-22 10:50:28 UTC
--- /sbin/rc    Thu Aug 22 08:33:04 2002 
+++ /tmp/rc     Thu Aug 22 16:54:52 2002 
@@ -58,7 +58,7 @@ 
                devfs="no" 
        fi 
 
-       #fix wierd bug where there is a /dev/.devfsd in a unmounted /dev 
+       #fix weird bug where there is a /dev/.devfsd in a unmounted /dev 
        mymounts="$(cat /proc/mounts)" 
        if [ -e /dev/.devfsd ] && [ "${mymounts/devfs//}" = "${mymounts}" ] 
        then 
@@ -331,7 +331,7 @@ 
 #clean the old runlevel 
 rm -rf ${svcdir}/softscripts.old &>/dev/null 
 
-#depends gets newked, so update them 
+#depends gets nuked, so update them 
 #(this problem should be solved now, but i think it will be a good idea 
 # to recreate the deps after a change in runlevel)
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-08-25 02:31:04 UTC
Fixed on CVS, thanks.