File: 600_setupclient.patch

package info (click to toggle)
hylafax 3%3A6.0.7-5
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 10,528 kB
  • sloc: sh: 15,253; ansic: 14,427; makefile: 1,563; cpp: 781; awk: 529
file content (18 lines) | stat: -rw-r--r-- 564 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: 
Description: The debian package already create the client configuration
Index: hylafax-6.0.7/etc/faxsetup.sh.in
===================================================================
--- hylafax-6.0.7.orig/etc/faxsetup.sh.in
+++ hylafax-6.0.7/etc/faxsetup.sh.in
@@ -305,7 +305,10 @@ fi
 
 # if nothing specified on command line, default client+server
 if [ $isClient = no ] && [ $isServer = no ]; then
-    isClient=yes
+    #
+    # on debian the client configuration file is already bundled with the package
+    #
+    isClient=no
     isServer=yes
 fi