home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / aix / 12660 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  1.3 KB

  1. Path: sparky!uunet!wupost!waikato.ac.nz!canterbury.ac.nz!chmeds.ac.nz!twizon.chmeds.ac.nz!drb
  2. Newsgroups: comp.unix.aix
  3. Subject: Re: remove an lpp
  4. Message-ID: <1992Dec18.081752.156@chmeds.ac.nz>
  5. From: drb@chmeds.ac.nz ()
  6. Date: 18 Dec 92 08:17:51 +1200
  7. References: <Byqy9y.8wv@watserv2.uwaterloo.ca> <1992Dec5.110210.151@chmeds.ac.nz> <1992Dec15.121044.3115@email.tuwien.ac.at>
  8. Organization: Christchurch School of Medicine
  9. Nntp-Posting-Host: twizon.chmeds.ac.nz
  10. Lines: 20
  11.  
  12. In article <1992Dec15.121044.3115@email.tuwien.ac.at> fritscher@edvz.tuwien.ac.at writes:
  13. >In article <1992Dec5.110210.151@chmeds.ac.nz>, drb@chmeds.ac.nz () writes:
  14. >|> In article <1992Dec3.161908.13462@selway.umt.edu> mcguire@selway.umt.edu (Charles J McGuire) writes:
  15. >|> >Can someone please tell me whether there is a way to remove
  16. >|> >a committed lpp? Like X11_3d, or a compiler?
  17. >
  18. >For which version of AIX should this script work ...
  19.  
  20. From the script:
  21.  
  22. if [ `uname -a | awk '{print $1$4$3}'` != "AIX32" ] ; then
  23.   echo This script only works on AIX 3.2.
  24.   exit 1
  25. fi
  26.  
  27. -- 
  28. | Ross Boswell                    | Email : drb@chmeds.ac.nz          |
  29. | Department of Pathology         | FAX   : +64 3 364 0525            |
  30. | Christchurch School of Medicine | Phone : +64 3 364 0590            |
  31. | NEW ZEALAND                     | Post  : PO Box 4345, Christchurch |
  32.