home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 1 / PCNET_CD_2006_09.iso / linux / puppy-barebones-2.01r2.iso / pup_201.sfs / usr / sbin / wag < prev    next >
Encoding:
Text File  |  2005-10-31  |  278 b   |  13 lines

  1. #!/bin/sh
  2. #runs WAG
  3.  
  4. ##checks wag-conf
  5. #SOCTEST=`grep 'CARDSOC=' /etc/WAG/wag-conf`
  6. #if [ "$SOCTEST" = "" ]; then
  7. #  xmessage -center "It seems WAG is not configured.  Launching socket-test...."
  8. #  sh /usr/local/WAG/socket-test
  9. #fi
  10.  
  11. cd /usr/local/WAG
  12. exec /usr/local/WAG/AppRun
  13.