Re: [gentoo-user] pants

2007-01-10 Thread Neil Bothwick
On Tue, 9 Jan 2007 23:25:31 -0700, Justin Findlay wrote:

 # find /etc -type f -exec grep -nI --color PANTS {} \;

You'll need a -H on the grep arguments, otherwise it won't show the name
of the file that contains the match, because find is passing it the files
one at a time.

Quoting the {} is good practice too.


-- 
Neil Bothwick

Room service? Send up a larger room.


signature.asc
Description: PGP signature


Re: [gentoo-user] pants

2007-01-10 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Richard Cox wrote:
 I don't know.. Having PANTS=ON is purely optional in my environment.  :)

Damn. His system got probably raped. Now the system has activated some 
protections.

- --
Arturo Buanzo Busleiman - Consultor Independiente en Seguridad Informatica
¿No sabés a dónde ir a comer o tomar algo? Visitá www.vivamoslavida.com.ar

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFpWxGAlpOsGhXcE0RAnfhAJ9yUvqC87A2WebYJ0mzoGn06oLvxACeL8Cb
Zp9q7LqrSCqeqmUy0TzYNgE=
=SS4L
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] pants

2007-01-10 Thread Daniel Vrcic
* Arturo 'Buanzo' Busleiman [EMAIL PROTECTED] [07-01-11 00:10]:
 Richard Cox wrote:
  I don't know.. Having PANTS=ON is purely optional in my environment.  :)
 Damn. His system got probably raped. Now the system has activated some
 protections.

:- 

-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] pants

2007-01-09 Thread Korthrun

Does anyone have any clue what put:
PANTS=ON
into my environment?

google is failing me here =/

Thanks

--
()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] pants

2007-01-09 Thread Cliff Wells

Korthrun wrote:

Does anyone have any clue what put:
PANTS=ON
into my environment?



I'd be more concerned if it was

ZIPPER=DOWN

Cliff
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] pants

2007-01-09 Thread Joshua Schmidlkofer

do other people use your server?  Is there any other clothing
references.  You can lookup Clothromancy in the Necronomicon.

On 1/9/07, Korthrun [EMAIL PROTECTED] wrote:

Does anyone have any clue what put:
PANTS=ON
into my environment?

google is failing me here =/

Thanks

--
()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.
--
gentoo-user@gentoo.org mailing list



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] pants

2007-01-09 Thread Kent Fredric

On 1/10/07, Korthrun [EMAIL PROTECTED] wrote:

Does anyone have any clue what put:
PANTS=ON
into my environment?

google is failing me here =/

Thanks

--
()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.
--
gentoo-user@gentoo.org mailing list



no  clue, i dont seem to have PANTS=ON in my environment :P

/token lame humour
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] pants

2007-01-09 Thread Justin Findlay
On AD 2007 January 09 Tuesday 09:00:21 PM -0700, Korthrun wrote:
 Does anyone have any clue what put:
 PANTS=ON
 into my environment?

Try:

$ find /etc/env.d -type f | xargs grep -n PANTS


Justin
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] pants

2007-01-09 Thread Bo Ørsted Andresen
On Wednesday 10 January 2007 05:00, Korthrun wrote:
 Does anyone have any clue what put:
 PANTS=ON
 into my environment?

Does:

# grep -R PANTS=ON /etc/bash /etc/profile* /etc/env.d ~/.bash* ~/.profile

output anything (other than perhaps an No such file or directory error)?

-- 
Bo Andresen


pgpGWNRjKEu3z.pgp
Description: PGP signature


Re: [gentoo-user] pants

2007-01-09 Thread Justin Findlay
On AD 2007 January 10 Wednesday 06:21:10 AM +0100, Bo V|GV|Grsted Andresen 
wrote:
 # grep -R PANTS=ON /etc/bash /etc/profile* /etc/env.d ~/.bash* ~/.profile

Or better yet,

# find /etc -type f -exec grep -nI --color PANTS {} \;

$ ls -d --color=no ~/.??* | xargs -i find {} -type f -exec grep -nI --color 
PANTS {} \;
OR
$ find ~ | grep \.\/\. | xargs grep -nI --color PANTS
OR
$ find ~ -mindepth 1 -wholename './.*' | xargs -r grep -nI --color PANTS

Yeah, maybe I'm just showing off by now. (-:


Justin
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] pants

2007-01-09 Thread Korthrun

On 1/9/07, Justin Findlay [EMAIL PROTECTED] wrote:

On AD 2007 January 10 Wednesday 06:21:10 AM +0100, Bo V|GV|Grsted Andresen 
wrote:
 # grep -R PANTS=ON /etc/bash /etc/profile* /etc/env.d ~/.bash* ~/.profile

Or better yet,

# find /etc -type f -exec grep -nI --color PANTS {} \;

$ ls -d --color=no ~/.??* | xargs -i find {} -type f -exec grep -nI --color 
PANTS {} \;
OR
$ find ~ | grep \.\/\. | xargs grep -nI --color PANTS
OR
$ find ~ -mindepth 1 -wholename './.*' | xargs -r grep -nI --color PANTS

Yeah, maybe I'm just showing off by now. (-:


Justin
--
gentoo-user@gentoo.org mailing list



Thanks for the responses.

None of the grepping found anything sadly, and no one else uses this
box. It's my home workstation.

I dropped out of Xorg and noticed that it wasn't in my env any more.
Installed fluxbox and fired it up and behold, PANTS is not set.

A quick google for enlightenment pants was quite..enlightening.

Thanks again for all the neat ideas.



--
()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] pants

2007-01-09 Thread Iain Buchanan
On Tue, 2007-01-09 at 23:25 -0700, Justin Findlay wrote:

 Yeah, maybe I'm just showing off by now. (-:

not only do I have to move my eyes up and down and scroll to read top
and bottom postings, but now I have put my head on the left as well as
the right side for smiley faces going in the other direction!

what's the standard with smiley faces?! 5:)
-- 
Iain Buchanan iaindb at netspace dot net dot au

  I always avoid prophesying beforehand because it is much better
  to prophesy after the event has already taken place.  - Winston
  Churchill

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] pants

2007-01-09 Thread Dale
Iain Buchanan wrote:
 On Tue, 2007-01-09 at 23:25 -0700, Justin Findlay wrote:

   
 Yeah, maybe I'm just showing off by now. (-:
 

 not only do I have to move my eyes up and down and scroll to read top
 and bottom postings, but now I have put my head on the left as well as
 the right side for smiley faces going in the other direction!

 what's the standard with smiley faces?! 5:)
   
If this wasn't a mailing list, I was going to send a picture of
something, pair of pants maybe, that was upside down.

I prefer top posting mostly.  I top post everywhere else but this
mailing list.  Anybody remember when I first came here?  :/

Dale

:-)  :-)  :-)  :-)



-- 
www.myspace.com/dalek1967



Re: [gentoo-user] pants

2007-01-09 Thread Justin Findlay
On AD 2007 January 10 Wednesday 04:13:54 PM +0930, Iain Buchanan wrote:
 On Tue, 2007-01-09 at 23:25 -0700, Justin Findlay wrote:
 
  Yeah, maybe I'm just showing off by now. (-:
 
 not only do I have to move my eyes up and down and scroll to read top
 and bottom postings, but now I have put my head on the left as well as
 the right side for smiley faces going in the other direction!
 
 what's the standard with smiley faces?! 5:)

At the risk of appearing too willing to always defer to the RFC's here
is a quotation from the appropriate RFC,
http://www.faqs.org/rfcs/rfc1855.html

- Use smileys to indicate tone of voice, but use them sparingly.
  :-) is an example of a smiley (Look sideways).  Don't assume
  that the inclusion of a smiley will make the recipient happy
  with what you say or wipe out an otherwise insulting comment.

Therefore, total lack of standards.  Ye haw!

. .
\_/


Justin
-- 
gentoo-user@gentoo.org mailing list