Date: Sun, 15 Sep 2002 09:50:24 +0200 (CEST) From: Krzysztof Stryjek <wtp@mud.pl> To: ports@FreeBSD.org Subject: Proposition of patch for logcheck Makefile Message-ID: <20020915094440.B88175-100000@kryptos.mud.pl>
next in thread | raw e-mail | index | archive | help
Hello! I've just installed logcheck port and I have some suggestions to change Makefile (diff -u at the end of mail). Well, Ithink it's not good idea to chmod 600 /tmp after installation of this port. maybe better it's make another dir in /usr/local? Greetings ------------------------- cut here --------------------------- --- Makefile Wed Sep 11 04:13:24 2002 +++ Makefile.new Sun Sep 15 09:44:14 2002 @@ -18,7 +18,7 @@ PKGMESSAGE= ${WRKDIR}/MESSAGE pre-configure: - ${REINPLACE_CMD} -e "s@/usr/local/etc/tmp@/tmp@g; \ + ${REINPLACE_CMD} -e "s@/usr/local/etc/tmp@/usr/local/logcheck.tmp@g; \ s@/usr/local@${PREFIX}@" ${WRKSRC}/Makefile \ ${WRKSRC}/systems/freebsd/logcheck.sh ${REINPLACE_CMD} -e "s@/bin/mkdir@${MKDIR}@g" ${WRKSRC}/Makefile ------------------------- cut here --------------------------- -- /~\ The ASCII Krzysztof Stryjek \ / Ribbon Campaign wtp@mud.pl X Against HTML http://mud.pl/~wtp/ / \ Email! GG: 3608113 ICQ: 124986907 Lewis's Law of Travel: The first piece of luggage out of the chute doesn't belong to anyone, ever. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020915094440.B88175-100000>