diff options
author | steve <steve@FreeBSD.org> | 1999-09-27 09:50:06 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-09-27 09:50:06 +0800 |
commit | 0e701395946f59ff995728c77e55d4775712b205 (patch) | |
tree | 1a1a9a42ce561ad31978d91c105d36aa7aeead31 /sysutils/LPRng/files | |
parent | 8cd57be0b6e871a4208a26740e084686927d980b (diff) | |
download | freebsd-ports-gnome-0e701395946f59ff995728c77e55d4775712b205.tar.gz freebsd-ports-gnome-0e701395946f59ff995728c77e55d4775712b205.tar.zst freebsd-ports-gnome-0e701395946f59ff995728c77e55d4775712b205.zip |
Update to version 3.6.8.
PR: 13432, 13560
Submitted by: Patrick Powell <papowell@astart.com>, maintainer
Diffstat (limited to 'sysutils/LPRng/files')
-rw-r--r-- | sysutils/LPRng/files/patch-ah | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/sysutils/LPRng/files/patch-ah b/sysutils/LPRng/files/patch-ah new file mode 100644 index 000000000000..9e69cdc1d760 --- /dev/null +++ b/sysutils/LPRng/files/patch-ah @@ -0,0 +1,44 @@ +*** src/common/vars.c.orig Thu Jul 22 09:47:00 1999 +--- src/common/vars.c Thu Jul 22 10:25:58 1999 +*************** +*** 175,185 **** + /* default filter */ + { "filter", STRING_K, &Filter_DYN,0,0}, + /* filter LD_LIBRARY_PATH value */ +! { "filter_ld_path", STRING_K, &Filter_ld_path_DYN,0,0,"=/lib:/usr/lib:/usr/5lib:/usr/ucblib"}, + /* filter options */ + { "filter_options", STRING_K, &Filter_options_DYN,0,0,"=$C $A $F $H $J $K $L $P $Q $R $Z $a $c $d $e $f $h $i $j $k $l $n $p $r $s $w $x $y $-a"}, + /* filter PATH environment variable */ +! { "filter_path", STRING_K, &Filter_path_DYN,0,0,"=/bin:/usr/bin:/usr/local/bin:/usr/ucb:/usr/sbin:/usr/etc:/etc"}, + /* interval at which to check OF filter for error status */ + { "filter_poll_interval", INTEGER_K, &Filter_poll_interval_DYN,0,0,"=30"}, + /* print a form feed when device is opened */ +--- 175,185 ---- + /* default filter */ + { "filter", STRING_K, &Filter_DYN,0,0}, + /* filter LD_LIBRARY_PATH value */ +! { "filter_ld_path", STRING_K, &Filter_ld_path_DYN,0,0,"=/lib:/usr/lib:/usr/local/lib"}, + /* filter options */ + { "filter_options", STRING_K, &Filter_options_DYN,0,0,"=$C $A $F $H $J $K $L $P $Q $R $Z $a $c $d $e $f $h $i $j $k $l $n $p $r $s $w $x $y $-a"}, + /* filter PATH environment variable */ +! { "filter_path", STRING_K, &Filter_path_DYN,0,0,"=/bin:/usr/bin:/usr/libexec:/usr/local/libexec:/usr/sbin:/var/spool/bin"}, + /* interval at which to check OF filter for error status */ + { "filter_poll_interval", INTEGER_K, &Filter_poll_interval_DYN,0,0,"=30"}, + /* print a form feed when device is opened */ +*************** +*** 209,215 **** + /* Running IPV6 */ + { "ipv6", FLAG_K, &IPV6Protocol_DYN,0,0}, + /* keytab file location for kerberos, used by server */ +! { "kerberos_keytab", STRING_K, &Kerberos_keytab_DYN,0,0,"=/etc/lpd.keytab"}, + /* key lifetime for kerberos, used by server */ + { "kerberos_life", STRING_K, &Kerberos_life_DYN,0,0}, + /* key renewal time for kerberos, used by server */ +--- 209,215 ---- + /* Running IPV6 */ + { "ipv6", FLAG_K, &IPV6Protocol_DYN,0,0}, + /* keytab file location for kerberos, used by server */ +! { "kerberos_keytab", STRING_K, &Kerberos_keytab_DYN,0,0,"=/usr/local/etc/lpd.keytab:/etc/lpd.keytab"}, + /* key lifetime for kerberos, used by server */ + { "kerberos_life", STRING_K, &Kerberos_life_DYN,0,0}, + /* key renewal time for kerberos, used by server */ |