]> arthur.barton.de Git - netatalk.git/blob - lp2pap.sh
The first half of changes necessary for CAP style authenticated printing. These...
[netatalk.git] / lp2pap.sh
1 #!/bin/sh
2 # pap script for lp systems
3
4 chdir "/etc/lp/printers/`basename $0`"
5
6 if [ -r "$6" ]; then
7     :BINDIR:/pap -E "$6"
8     exit $?
9 fi
10
11 exit 2