diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-22 07:11:30 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-22 07:11:30 +0000 |
commit | 5cfe5ce0ad6506a39b88abb51b04eb6311013a4c (patch) | |
tree | 8b5ff15fca3cdf570bf6634451913e6cfdd91dc5 /sysutils/monitord/files | |
parent | 9d32a5e59495997e3991e792f8909be7b13a791c (diff) |
update to 0.4.1
PR: 55858
Submitted by: W. M. Shandruk <walt@erudition.net>
Notes
Notes:
svn path=/head/; revision=87484
Diffstat (limited to 'sysutils/monitord/files')
-rw-r--r-- | sysutils/monitord/files/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/monitord/files/patch-aa b/sysutils/monitord/files/patch-aa index 1c02b24e178a..8f2e0b8e1407 100644 --- a/sysutils/monitord/files/patch-aa +++ b/sysutils/monitord/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Jun 15 11:17:14 2000 -+++ Makefile Sun Jun 17 14:56:30 2001 +--- Makefile.orig Fri Aug 22 06:36:42 2003 ++++ Makefile Fri Aug 22 15:07:34 2003 @@ -6,7 +6,7 @@ TARGET = monitord @@ -13,9 +13,9 @@ $(CC) $(OBJECTS) -o $(TARGET) install: -- $(INSTALL) -cs $(TARGET) /usr/local/bin -- $(INSTALL) -c $(TARGET).conf /usr/local/etc +- $(INSTALL) -cs $(TARGET) /usr/local/sbin +- $(INSTALL) -c $(TARGET).conf.sample /usr/local/etc - $(INSTALL) -c $(TARGET).8 $(MANDIR)/man8 -+ $(BSD_INSTALL_PROGRAM) $(TARGET) $(PREFIX)/bin -+ if [ ! -e $(PREFIX)/etc/$(TARGET).conf ] ; then $(BSD_INSTALL_DATA) $(TARGET).conf $(PREFIX)/etc; fi ++ $(BSD_INSTALL_PROGRAM) $(TARGET) $(PREFIX)/sbin ++ if [ ! -e $(PREFIX)/etc/$(TARGET).conf.sample ] ; then $(BSD_INSTALL_DATA) $(TARGET).conf.sample $(PREFIX)/etc; fi + $(BSD_INSTALL_MAN) -c $(TARGET).8 $(MANDIR)/man8 |