File: 09_program_not_found.dpatch

package info (click to toggle)
ldap2zone 0.1-7%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 148 kB
  • ctags: 20
  • sloc: sh: 394; ansic: 325; makefile: 58
file content (25 lines) | stat: -rw-r--r-- 601 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#! /bin/sh /usr/share/dpatch/dpatch-run
## 09_program_not_found.dpatch by  <benoit.mortier@opensides.be>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: change from utility to program

@DPATCH@

--- ldap2zone-0.1.orig/ldap2bind
+++ ldap2zone-0.1/newldap2bind
@@ -25,12 +25,12 @@
 fi
 
 if [ -z "${rndc}" ]; then
-	echo "rndc utilty not in $PATH. Exiting..."
+	echo "rndc program not in $PATH. Exiting..."
 	exit 1
 fi
 
 if [ -z "${ldap2zone}" ]; then
-	echo "ldap2zone utilty not in $PATH. Exiting..."
+	echo "ldap2zone program not in $PATH. Exiting..."
 	exit 1
 fi