- Timestamp:
- Jun 24, 2010, 1:48:09 AM (14 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- da77fe6
- Parents:
- aef31c3
- git-author:
- Jessica B. Hamrick <jhamrick@…> (06/08/10 19:07:25)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (06/24/10 01:48:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/rm/cups-revert-perms
r4ac44b2 r8045b0a 15 15 echo "$(echo $line | sed s/#GUTENBACH//)" >> "$conffile" 16 16 else 17 echo "$line" >> "$conffile" 17 root_location=$(echo "$line" | grep '^Allow from All # added by Gutenbach$' || true) 18 if [ -z "$root_location" ]; then 19 echo "$line" >> "$conffile" 20 fi 18 21 fi 22 19 23 done < "$conffile.bak" 20 24
Note: See TracChangeset
for help on using the changeset viewer.