home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9140 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.1 KB  |  32 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!unislc!erc
  3. From: erc@unislc.uucp (Ed Carp)
  4. Subject: Re: Linux history...
  5. X-Newsreader: Tin 1.1 PL5
  6. References: <1992Aug24.132544.20897@ifi.uio.no>
  7. Message-ID: <1992Aug26.185727.2934@unislc.uucp>
  8. Organization: Unisys Corporation SLC
  9. Date: Wed, 26 Aug 1992 18:57:27 GMT
  10. Lines: 20
  11.  
  12. Jan Nicolai Langfeldt (janl@ifi.uio.no) wrote:
  13.  
  14. : In article <1992Aug24.123824.4665@klaava.Helsinki.FI>, wirzeniu@klaava.Helsinki.FI (Lars Wirzenius) writes:
  15. : ...
  16. : > Ha.  And I tried to be gentle with you.  I have a mind to mention
  17. : ...
  18. : He probably knows your favourite linux hostname too, so check that
  19. : new kernel source before you start using it! :-)
  20.  
  21. char host[32]; /* may be limited to 8 characters */
  22.  
  23. if ((gethostname(host, 32) == 0) && strcmp(host, "klaava"))
  24.    panic("Hahaha, Lars!");
  25.  
  26. -- 
  27. Ed Carp, N7EKG     erc@apple.com                801/538-0177
  28. "This is the final task I will ever give you, and it  goes  on  forever.   Act
  29. happy, feel happy, be happy, without a reason in the world. Then you can love,
  30. and do what you will."           -- Dan Millman, "Way Of The Peaceful Warrior"
  31.