File: fix_nc_path.patch

package info (click to toggle)
foomatic-db-engine 4.0.12-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,780 kB
  • ctags: 512
  • sloc: perl: 12,170; ansic: 6,958; python: 1,139; makefile: 243; sh: 215; xml: 83
file content (15 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix netcat's path; in Debian it lives in /bin.
Author: Didier Raboud <odyx@debian.org>
Bug-Debian: http://bugs.debian.org/676378
Last-Update: 2012-06-11
--- a/configure.ac
+++ b/configure.ac
@@ -277,7 +277,7 @@
 dnl DIRECT_CONFIG=$(DIRECT_ETC)/.config
 
 # Other paths
-AC_PATH_PROGS(NC,nc netcat,/usr/bin/nc,$BSB)
+AC_PATH_PROGS(NC,nc netcat,/bin/nc,$BSB)
 AC_PATH_PROGS(RLPR,rlpr,/usr/bin/rlpr,$BSB)
 AC_PATH_PROGS(SMBCLIENT,smbclient,/usr/bin/smbclient,$BSB)
 AC_PATH_PROGS(NPRINT,nprint,/usr/bin/nprint,$BSB)