*** src/common/vars.c.orig	Thu May 28 10:57:15 1998
--- src/common/vars.c	Thu May 28 11:02:22 1998
***************
*** 114,120 ****
  { "co",  INTEGER_K,  &Cost_factor,0,0,"#20"},
     /* configuration file */
  #if !defined(LPD_CONF_PATH)
! { "config_file", STRING_K, &Config_file,1,0,"=/etc/lpd.conf:/usr/etc/lpd.conf"},
  #else
  { "config_file", STRING_K, &Config_file,1,0,"=" LPD_CONF_PATH},
  #endif
--- 114,120 ----
  { "co",  INTEGER_K,  &Cost_factor,0,0,"#20"},
     /* configuration file */
  #if !defined(LPD_CONF_PATH)
! { "config_file", STRING_K, &Config_file,1,0,"=/usr/local/etc/lpd.conf:/etc/lpd.conf"},
  #else
  { "config_file", STRING_K, &Config_file,1,0,"=" LPD_CONF_PATH},
  #endif
***************
*** 157,167 ****
     /*  string to send for a form feed */
  { "ff",  STRING_K,  &Form_feed,0,0,"=\\f"},
     /* filter LD_LIBRARY_PATH value */
! { "filter_ld_path", STRING_K, &Filter_ld_path,0,0,"=/lib:/usr/lib:/usr/5lib:/usr/ucblib"},
     /* filter options */
  { "filter_options", STRING_K, &Filter_options,0,0,"=$C $A $F $H $J $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,0,0,"=/bin:/usr/bin:/usr/ucb:/usr/sbin:/usr/etc:/etc"},
     /* fix bad job files */
  { "fix_bad_job", FLAG_K, &Fix_bad_job,0,0},
     /*  print a form feed when device is opened */
--- 157,167 ----
     /*  string to send for a form feed */
  { "ff",  STRING_K,  &Form_feed,0,0,"=\\f"},
     /* filter LD_LIBRARY_PATH value */
! { "filter_ld_path", STRING_K, &Filter_ld_path,0,0,"=/lib:/usr/lib:/usr/local/lib"},
     /* filter options */
  { "filter_options", STRING_K, &Filter_options,0,0,"=$C $A $F $H $J $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,0,0,"=/bin:/usr/bin:/usr/libexec:/usr/local/libexec:/usr/sbin:/var/spool/bin"},
     /* fix bad job files */
  { "fix_bad_job", FLAG_K, &Fix_bad_job,0,0},
     /*  print a form feed when device is opened */
***************
*** 195,201 ****
     /*  Running IPV6 */
  { "ipv6",  FLAG_K,  &IPV6Protocol,0,0},
  	/* keytab file location for kerberos, used by server */
! { "kerberos_keytab", STRING_K, &Kerberos_keytab,0,0,"=/etc/lpd.keytab"},
  	/* key lifetime for kerberos, used by server */
  { "kerberos_life", STRING_K, &Kerberos_life,0,0},
  	/* key renewal time for kerberos, used by server */
--- 195,201 ----
     /*  Running IPV6 */
  { "ipv6",  FLAG_K,  &IPV6Protocol,0,0},
  	/* keytab file location for kerberos, used by server */
! { "kerberos_keytab", STRING_K, &Kerberos_keytab,0,0,"=/usr/local/etc/lpd.keytab:/etc/lpd.keytab"},
  	/* key lifetime for kerberos, used by server */
  { "kerberos_life", STRING_K, &Kerberos_life,0,0},
  	/* key renewal time for kerberos, used by server */
***************
*** 231,237 ****
     /* lpd port */
  { "lpd_port", STRING_K, &Lpd_port,0,0,"=printer"},
     /* lpd printcap path */
! { "lpd_printcap_path", STRING_K, &Lpd_printcap_path,1,0,"=/etc/lpd_printcap:/usr/etc/lpd_printcap"},
     /* use lpr filtering as in bounce queue */
  { "lpr_bounce", FLAG_K, &Lpr_bounce,0,0},
     /* from address to use in mail messages */
--- 231,237 ----
     /* lpd port */
  { "lpd_port", STRING_K, &Lpd_port,0,0,"=printer"},
     /* lpd printcap path */
! { "lpd_printcap_path", STRING_K, &Lpd_printcap_path,1,0,"=/usr/local/etc/lpd_printcap:/etc/lpd_printcap"},
     /* use lpr filtering as in bounce queue */
  { "lpr_bounce", FLAG_K, &Lpr_bounce,0,0},
     /* from address to use in mail messages */
***************
*** 281,293 ****
     /* if client, pass these environment variables */
  { "pass_env",  STRING_K,  &Pass_env,0,0,"=PGPPASS,PGPPATH"},
     /* lpd.perms files */
! { "perms_path", STRING_K, &Printer_perms_path,1,0,"=/etc/lpd.perms:/usr/etc/lpd.perms"},
     /*  page length (in lines) */
  { "pl",  INTEGER_K,  &Page_length,0,0,"#66"},
     /*  pr program for p format */
  { "pr",  STRING_K,  &Pr_program,0,0,"=/bin/pr"},
     /* /etc/printcap files */
! { "printcap_path", STRING_K, &Printcap_path,1,0,"=/etc/printcap:/usr/etc/printcap"},
     /*  printer status file name */
  { "ps",  STRING_K,  &Status_file,0,0,"=status"},
     /*  page width (in characters) */
--- 281,293 ----
     /* if client, pass these environment variables */
  { "pass_env",  STRING_K,  &Pass_env,0,0,"=PGPPASS,PGPPATH"},
     /* lpd.perms files */
! { "perms_path", STRING_K, &Printer_perms_path,1,0,"=/usr/local/etc/lpd.perms:/etc/lpd.perms"},
     /*  page length (in lines) */
  { "pl",  INTEGER_K,  &Page_length,0,0,"#66"},
     /*  pr program for p format */
  { "pr",  STRING_K,  &Pr_program,0,0,"=/bin/pr"},
     /* /etc/printcap files */
! { "printcap_path", STRING_K, &Printcap_path,1,0,"=/usr/local/etc/printcap:/etc/printcap"},
     /*  printer status file name */
  { "ps",  STRING_K,  &Status_file,0,0,"=status"},
     /*  page width (in characters) */
