home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / bin / seyon < prev    next >
Encoding:
Text File  |  1995-07-19  |  324 b   |  12 lines

  1. :
  2. # shell replacement file for Skunkware 5 binary that needs special permissions
  3. # and/or ownership.
  4.  
  5. PROG=`basename $0`
  6.  
  7. echo "$PROG : This program needs special permissions and/or ownership."
  8. echo "\nIn order to install $PROG, you will need to run (as root) the command :"
  9. echo "\n\t/usr/skunk/bin/sprinkle $PROG"
  10.  
  11. exit 0
  12.