source: server/rm/cups-revert-perms @ b77c92c

debianmacno-cupsweb
Last change on this file since b77c92c was b77c92c, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago

Also revert cupds.conf.gutenbach-orig

  • Property mode set to 100755
File size: 193 bytes
RevLine 
[4efd348]1#!/bin/sh
2
3echo "Reverting changes to /etc/cups/cupsd.conf..." >&2
[4ac44b2]4conffile="/etc/cups/cupsd.conf"
[4efd348]5
[b77c92c]6if [ -e "$conffile.gutenbach-orig" ]; then
7    mv "$conffile.gutenbach-orig" "$conffile"
8fi
Note: See TracBrowser for help on using the repository browser.