Changeset e4cb270 for gutenbach/debian/inst/edit-lpd.conf
- Timestamp:
- Dec 13, 2009, 12:50:13 AM (15 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- f9c9a10
- Parents:
- 590f961
- git-author:
- Jessica B. Hamrick <jhamrick@…> (12/13/09 00:50:13)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (12/13/09 00:50:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach/debian/inst/edit-lpd.conf
rc631d1a re4cb270 10 10 printcap=$(echo "$line" | grep ^printcap_path= || true) 11 11 if [ -n "$printcap" ]; then 12 lprngprintcap=$(echo "$line" | grep /etc/lprng/printcap || tr e)12 lprngprintcap=$(echo "$line" | grep /etc/lprng/printcap || true) 13 13 printcap=$(echo "$line" | grep /etc/printcap || true) 14 14 if [ ! -n "$lprngprintcap" ] && [ ! -n "$printcap" ]; then
Note: See TracChangeset
for help on using the changeset viewer.