Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Here's one way to undo it' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Here's one way to undo it
Authored by: Rainy Day on Jan 12, '06 09:44:31PM
To undo it, simply exchange the YES and NO, like this:

   sudo perl -pi'.orig' -e 's/SPOTLIGHT=-NO-/SPOTLIGHT=-YES-/' /etc/hostconfig

Between the first set of slashes is the "search for" parameter, and the "replace with" is between the second set of slashes (they share the common middle slash).

[ Reply to This | # ]