Changes in client/bin/gbrm [30beeab:611bd26]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/bin/gbrm
r30beeab r611bd26 34 34 35 35 if ($id eq "all") { 36 @args = (" cancel", "-a", "-h$host", "$queue");36 @args = ("CUPS_SERVER=$host", "cancel", "-a", "$queue"); 37 37 } 38 38 else { 39 @args = (" cancel", "-h$host", "$id", "$queue");39 @args = ("CUPS_SERVER=$host", "cancel", "$id", "$queue"); 40 40 } 41 41 exec (@args) or die "Couldn't execute cancel command";
Note: See TracChangeset
for help on using the changeset viewer.