1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-LPRng-1.14.0/root/etc/e-smith/templates/etc/atalk/papd.conf/20printers mezzanine_patched_e-smith-LPRng-1.14.0/root/etc/e-smith/templates/etc/atalk/papd.conf/20printers |
2 |
|
|
--- e-smith-LPRng-1.14.0/root/etc/e-smith/templates/etc/atalk/papd.conf/20printers 2006-03-15 23:41:21.000000000 -0700 |
3 |
|
|
+++ mezzanine_patched_e-smith-LPRng-1.14.0/root/etc/e-smith/templates/etc/atalk/papd.conf/20printers 1969-12-31 17:00:00.000000000 -0700 |
4 |
|
|
@@ -1,16 +0,0 @@ |
5 |
|
|
-{ |
6 |
|
|
- # process all printers |
7 |
|
|
- |
8 |
|
|
- use esmith::AccountsDB; |
9 |
|
|
- my $adb = esmith::AccountsDB->open_ro(); |
10 |
|
|
- |
11 |
|
|
- $OUT = ""; |
12 |
|
|
- |
13 |
|
|
- foreach my $printer ($adb->printers) |
14 |
|
|
- { |
15 |
|
|
- $OUT .= "\n"; |
16 |
|
|
- $OUT .= $printer->prop('Description') . ":\\\n"; |
17 |
|
|
- $OUT .= "\t:pr=|/usr/bin/lpr -P" . $printer->key . ":\n"; |
18 |
|
|
- } |
19 |
|
|
-} |
20 |
|
|
- |