summaryrefslogtreecommitdiff
blob: 30a9dca16f5687175d1131de7811ce25c263d9ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- Makefile.orig	2004-11-09 21:21:40.082012784 -0500
+++ Makefile		2004-11-09 21:21:25.680202192 -0500
@@ -31,7 +31,7 @@
 # debian	compile for debian system (i.e. if you want to make a debian package)
 # default	compile for a normal system (i.e. everything goes to /usr/local)
 # NOTE: Leave this undefined if you just want to check out ixbiff first (i.e. you don't want to install anything)
-SYSTYPE = "debian"
+SYSTYPE = "default"
 
 export SYSTYPE
 export DESTDIR

--- src/ixbiff.sh.orig  2004-11-10 00:47:22.217722960 -0500
+++ src/ixbiff.sh       2004-11-10 00:47:35.196749848 -0500
@@ -27,7 +27,7 @@
 #  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 #  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-DAEMON="/usr/local/sbin/ixbiff"
+DAEMON="/usr/sbin/ixbiff"
 
 ###############################################