Changeset 9fdf4a1 for client/bin/gbrm
- Timestamp:
- Aug 10, 2010, 6:58:40 PM (14 years ago)
- Branches:
- master, debian, mac, no-cups
- Children:
- 618236b, 22be2fa
- Parents:
- 0d02eca
- git-author:
- Kyle Brogle <broglek@…> (08/10/10 18:58:40)
- git-committer:
- Kyle Brogle <broglek@…> (08/10/10 18:58:40)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/bin/gbrm
r0d02eca r9fdf4a1 37 37 $cups->setServer("$host"); 38 38 my $printer = $cups->getDestination("$queue"); 39 unless( $printer){ 40 print "Cannot access queue $q...do you have network connectivity and permission to view the queue?\n"; 41 exit 1; 42 } 39 43 my @jobs = $printer->getJobs(0, 0); 40 44
Note: See TracChangeset
for help on using the changeset viewer.