debianmacno-cupsweb
Last change
on this file since 39452be was
39452be,
checked in by Jessica B. Hamrick <jhamrick@…>, 15 years ago
|
First commit of gutenbach-queue as an actual package. Not yet tested.
|
-
Property mode set to
100755
|
File size:
406 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | echo "Stopping view-gutenbach-queue..." |
---|
4 | killall -q "/usr/lib/gutenbach/queue/view-gutenbach-queue" |
---|
5 | echo "Stopping build-gutenbach-queue..." |
---|
6 | killall -q "/usr/lib/gutenbach/queue/build-gutenbach-queue" |
---|
7 | echo "Stopping queue..." |
---|
8 | killall -q "/usr/lib/gutenbach/queue/queue" |
---|
9 | echo "Stopping exiftool..." |
---|
10 | killall -q "/usr/bin/exiftool" |
---|
11 | echo "Stopping watch..." |
---|
12 | killall -q "/usr/bin/watch" |
---|
13 | echo "Done." |
---|
Note: See
TracBrowser
for help on using the repository browser.