Changeset 959c81a in freewrt
- Timestamp:
- Jan 30, 2007, 11:28:30 AM (19 years ago)
- Children:
- 1710c8c
- Parents:
- b620453
- Location:
- package/shorewall
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
package/shorewall/Config.in
rb620453 r959c81a 22 22 To save space, all shorewall files in /etc/shorewall and /usr/share/shorewall 23 23 will get striped. This means that all comments, empty lines etc. are removed. 24 25 config FWRT_PACKAGE_SHOREWALL_INSTALL_SAMPLECONFIG26 prompt " Install sample configuration under /usr/share/shorewall/configfiles"27 bool28 default n29 depends FWRT_PACKAGE_SHOREWALL30 help31 Shorewall installs under /usr/share/shorewall/configfiles a copy of original32 configuration files. -
package/shorewall/Makefile
rb620453 r959c81a 23 23 ${INSTALL_DIR} ${IDIR_SHOREWALL}/etc/init.d 24 24 ${INSTALL_BIN} ./files/shorewall.init ${IDIR_SHOREWALL}/etc/init.d/S${PKG_INIT}${PKG_NAME} 25 rm -Rfv ${IDIR_SHOREWALL}/usr/share/shorewall/configfiles 25 26 26 27 ifeq ($(FWRT_PACKAGE_SHOREWALL_STRIP),y) … … 29 30 endif 30 31 31 ifneq ($(FWRT_PACKAGE_SHOREWALL_INSTALL_SAMPLECONFIG),y)32 rm -Rfv ${IDIR_SHOREWALL}/usr/share/shorewall/configfiles33 endif34 35 32 include ${TOPDIR}/mk/pkg-bottom.mk
Note:
See TracChangeset
for help on using the changeset viewer.
