Changeset 919 for pykota/trunk/untested

Show
Ignore:
Timestamp:
04/15/03 19:39:57 (21 years ago)
Author:
jalet
Message:

Support for AppleTalk? requester was added and tested successfully with
an Apple LaserWriter? 16/600 PS and an HP 2100 TN with Ethertalk enabled.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/untested/netatalk/netatalk.sh

    r918 r919  
    33# $Id$ 
    44# 
    5 # The following was adapted from a post found on usenet,  
    6 # it works with my Apple LaserWriter 16/600 PS. 
     5# The following was adapted from a post found on usenet. 
     6# 
     7# It works with my Apple LaserWriter 16/600 PS and with 
     8# my HP LasetJet 2100 TN with AppleTalk enabled. 
     9# 
    710# As always, YMMV. 
    811#  
    9 /usr/bin/pap -p "MyPrinter:LaserWriter" pagecount.ps 2>/dev/null | grep -v status | grep -v Connect 
    10  
     12echo Please uncomment one of the lines, adapt the script and restart. 
     13echo You can get AppleTalk printer\'s names with the nbplkup command. 
     14# /usr/bin/pap -p "RAMPAL-16/600:LaserWriter" pagecount.ps 2>/dev/null | grep -v status | grep -v Connect 
     15# /usr/bin/pap -p "LaserJet 2100 NT:LaserWriter" pagecount.ps 2>/dev/null | grep -v status | grep -v Connect