Changeset 85a1ac1 for gutenbach-client/debian/bin
- Timestamp:
- Jun 26, 2010, 6:50:43 PM (14 years ago)
- Branches:
- master, debian, mac, no-cups, web
- Children:
- 0deef9e
- Parents:
- 283d2737
- git-author:
- Jessica B. Hamrick <jhamrick@…> (06/26/10 18:50:43)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (06/26/10 18:50:43)
- Location:
- gutenbach-client/debian/bin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach-client/debian/bin/gbq
r78eb866c r85a1ac1 19 19 20 20 my $configpath = "$ENV{'HOME'}/.gutenbach/$q"; 21 if (! -e $configpath) { 22 print "Queue '$q' does not exist!\n"; 23 exit 1; 24 } 25 21 26 my ($host, $queue); 22 27 -
gutenbach-client/debian/bin/gbr
r78eb866c r85a1ac1 17 17 18 18 my $configpath = "$ENV{'HOME'}/.gutenbach/$q"; 19 if (! -e $configpath) { 20 print "Queue '$q' does not exist!\n"; 21 exit 1; 22 } 23 19 24 my ($host, $queue); 20 25 -
gutenbach-client/debian/bin/gbrm
r78eb866c r85a1ac1 17 17 18 18 my $configpath = "$ENV{'HOME'}/.gutenbach/$q"; 19 if (! -e $configpath) { 20 print "Queue '$q' does not exist!\n"; 21 exit 1; 22 } 23 19 24 my ($host, $queue); 20 25 -
gutenbach-client/debian/bin/gutenbach-client-config
r3b403dc r85a1ac1 26 26 27 27 my $configpath = "$ENV{'HOME'}/.gutenbach"; 28 29 if (! -e $configpath) { 30 mkdir "$configpath"; 31 } 28 32 29 33 # list the existing queues
Note: See TracChangeset
for help on using the changeset viewer.