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

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!gatech!bloom-beacon!bloom-picayune.mit.edu!daemon
  3. From: Peter MacDonald <pmacdona@tadpole.bcsc.gov.bc.ca>
  4. Subject: RE: SLS problems
  5. Message-ID: <1992Aug31.032708.25357@athena.mit.edu>
  6. Sender: daemon@athena.mit.edu (Mr Background)
  7. Reply-To: pmacdona@tadpole.bcsc.gov.bc.ca
  8. Organization: The Internet
  9. Date: Mon, 31 Aug 1992 03:27:08 GMT
  10. Lines: 16
  11.  
  12. Forgot one more thing.  In the next release of SLS, the "/install/dosinst.sh" 
  13. script will be treated differently.  
  14.  
  15. 1) upon installation, it will be invoked with NO arguments. 
  16. 2) when removing a package, it will be invoked with the -remove arg.
  17. 3) when extracting a package, it will be invoked with the -extract arg.
  18.  
  19. Step 1) is unchanged from .96c.  
  20. Step 2) is allows attempts to allow restoration of files that would be overwritten.
  21. Step 3) is useful only for those doing package development, as it allows
  22. them to "take a snapshot" of a package "in situ".
  23.  
  24. After installation, sysinstall will move the file "/install/doinst.sh" to 
  25. "/install/scripts/" replacing "doinst.sh" with the package name.  This allows
  26. extraction of the package later, while preserving the script.
  27.  
  28.