On 2/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: tha Date: 2007-02-06 01:32:21 +0100 (Tue, 06 Feb 2007) New Revision: 1877Modified: trunk/freewrt/package/shorewall/Makefile Log: * don't ship empty directory or two init scripts Modified: trunk/freewrt/package/shorewall/Makefile =================================================================== --- trunk/freewrt/package/shorewall/Makefile 2007-02-05 22:01:38 UTC (rev 1876) +++ trunk/freewrt/package/shorewall/Makefile 2007-02-06 00:32:21 UTC (rev 1877) @@ -23,10 +23,12 @@ ${INSTALL_DIR} ${IDIR_SHOREWALL}/etc/init.d ${INSTALL_BIN} ./files/shorewall.init ${IDIR_SHOREWALL}/etc/init.d/S${PKG_INIT}${PKG_NAME} rm -Rfv ${IDIR_SHOREWALL}/usr/share/shorewall/configfiles + rm -Rfv ${IDIR_SHOREWALL}/var + rm -fv ${IDIR_SHOREWALL}/etc/init.d/shorewall ifeq ($(FWRT_PACKAGE_SHOREWALL_STRIP),y) ${BASH} ./downstrip ${IDIR_SHOREWALL}/etc/shorewall +endif ${BASH} ./downstrip ${IDIR_SHOREWALL}/usr/share/shorewall -endif
Why is there at the end the endif move? I though that somebody wants a fully commented shorewall or a not commented shorewall installation? Greets, Christian _______________________________________________ freewrt-developers mailing list [email protected] https://www.freewrt.org/lists/listinfo/freewrt-developers
