File: 650_faxsetup_paths.patch

package info (click to toggle)
hylafax 3%3A6.0.7-13
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 10,848 kB
  • sloc: sh: 15,305; ansic: 14,429; makefile: 1,562; cpp: 781; awk: 529
file content (17 lines) | stat: -rw-r--r-- 934 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: 
Description: Fix some paths in faxsetup and check for faxmaster as real user
Index: hylafax-6.0.6/etc/faxsetup.sh.in
===================================================================
--- hylafax-6.0.6.orig/etc/faxsetup.sh.in	2012-06-17 14:17:36.925580127 +0200
+++ hylafax-6.0.6/etc/faxsetup.sh.in	2012-06-17 14:17:37.425582607 +0200
@@ -76,8 +76,8 @@
 
 FAX=@FAXUID@			# identity of the fax user
 SERVICES=/etc/services		# location of services database
-INETDCONF=/usr/etc/inetd.conf	# default location of inetd configuration file
-ALIASES=/usr/lib/aliases	# default location of mail aliases database file
+INETDCONF=/etc/inetd.conf	# default location of inetd configuration file
+ALIASES=/etc/aliases	# default location of mail aliases database file
 PASSWD=/etc/passwd		# where to go for password entries
 PROTOUID=@FAXUID@		# user who's uid we use for FAX user
 defPROTOUID=3			# use this uid if PROTOUID doesn't exist