diff options
| author | SADA Kenji <sada@FreeBSD.org> | 2000-07-06 14:15:53 +0000 |
|---|---|---|
| committer | SADA Kenji <sada@FreeBSD.org> | 2000-07-06 14:15:53 +0000 |
| commit | cf2c8ec84737a1bc1efb5f13e23c06767bc9f181 (patch) | |
| tree | 9f07aaf20f8fdbb342ed19a80ac5b5362eabec25 /security/tripwire-131/files/patch-ad | |
| parent | 42cae078234ffc362c2c8b67b56a0a9311a8e45f (diff) | |
Upgrade to 1.3.1, beta version.
PR: 18964
Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
Diffstat (limited to 'security/tripwire-131/files/patch-ad')
| -rw-r--r-- | security/tripwire-131/files/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/tripwire-131/files/patch-ad b/security/tripwire-131/files/patch-ad new file mode 100644 index 000000000000..883b3552f4a4 --- /dev/null +++ b/security/tripwire-131/files/patch-ad @@ -0,0 +1,13 @@ +--- src/Makefile.orig Tue May 4 01:31:00 1999 ++++ src/Makefile Thu May 11 19:49:21 2000 +@@ -104,8 +104,8 @@ + $(CC) $(CFLAGS) -c $< + + install: tripwire +- $(INSTALL) -m 555 tripwire $(DESTDIR) +- $(INSTALL) -m 555 siggen $(DESTDIR) ++ $(INSTALL) -f noschg -s -m 555 tripwire $(DESTDIR) ++ $(INSTALL) -f noschg -s -m 555 siggen $(DESTDIR) + + clean: + -rm -f $(OFILES) config.lex.c config.pre.c y.tab.c lex.yy.c help.c \ |
