Changeset 959c81a in freewrt


Ignore:
Timestamp:
Jan 30, 2007, 11:28:30 AM (19 years ago)
Author:
Christian Gmeiner <austriancoder@…>
Children:
1710c8c
Parents:
b620453
Message:

kill /usr/share/shorewall/configfiles completely

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1810 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/shorewall
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/shorewall/Config.in

    rb620453 r959c81a  
    2222          To save space, all shorewall files in /etc/shorewall and /usr/share/shorewall
    2323          will get striped. This means that all comments, empty lines etc. are removed.
    24 
    25 config FWRT_PACKAGE_SHOREWALL_INSTALL_SAMPLECONFIG
    26         prompt "  Install sample configuration under /usr/share/shorewall/configfiles"
    27         bool
    28         default n
    29         depends FWRT_PACKAGE_SHOREWALL
    30         help
    31           Shorewall installs under /usr/share/shorewall/configfiles a copy of original
    32           configuration files.
  • package/shorewall/Makefile

    rb620453 r959c81a  
    2323        ${INSTALL_DIR} ${IDIR_SHOREWALL}/etc/init.d
    2424        ${INSTALL_BIN} ./files/shorewall.init ${IDIR_SHOREWALL}/etc/init.d/S${PKG_INIT}${PKG_NAME}
     25        rm -Rfv ${IDIR_SHOREWALL}/usr/share/shorewall/configfiles
    2526
    2627ifeq ($(FWRT_PACKAGE_SHOREWALL_STRIP),y)
     
    2930endif
    3031
    31 ifneq ($(FWRT_PACKAGE_SHOREWALL_INSTALL_SAMPLECONFIG),y)
    32         rm -Rfv ${IDIR_SHOREWALL}/usr/share/shorewall/configfiles
    33 endif
    34 
    3532include ${TOPDIR}/mk/pkg-bottom.mk
Note: See TracChangeset for help on using the changeset viewer.