source:
server/rm/cups-revert-perms
@
569c377
| Last change on this file since 569c377 was b77c92c, checked in by Jessica B. Hamrick <jhamrick@…>, 16 years ago | |
|---|---|
|
|
| File size: 193 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | echo "Reverting changes to /etc/cups/cupsd.conf..." >&2 |
| 4 | conffile="/etc/cups/cupsd.conf" |
| 5 | |
| 6 | if [ -e "$conffile.gutenbach-orig" ]; then |
| 7 | mv "$conffile.gutenbach-orig" "$conffile" |
| 8 | fi |
Note: See TracBrowser
for help on using the repository browser.
