On Sun, Feb 11, 2007 at 08:36:54PM +0100, [EMAIL PROTECTED] wrote:
> Modified: trunk/freewrt/package/shorewall/Makefile
> ===================================================================
> --- trunk/freewrt/package/shorewall/Makefile  2007-02-11 15:44:32 UTC (rev 
> 1938)
> +++ trunk/freewrt/package/shorewall/Makefile  2007-02-11 19:36:53 UTC (rev 
> 1939)
> @@ -30,6 +30,7 @@
>       ${INSTALL_DIR} ${IDIR_SHOREWALL}/etc/init.d
>       ${INSTALL_DIR} ${IDIR_SHOREWALL}/etc/shorewall
>       ${INSTALL_DIR} ${IDIR_SHOREWALL}/usr/share/shorewall
> +     ${INSTALL_DIR} ${IDIR_SHOREWALL}/var/lib/shorewall
>       ${INSTALL_DIR} ${IDIR_SHOREWALL}/sbin
>       ${INSTALL_BIN} ./files/shorewall.init 
> ${IDIR_SHOREWALL}/etc/init.d/S${PKG_INIT}${PKG_NAME}
>       ${INSTALL_DATA} ${WRKINST}/etc/shorewall/* 
> ${IDIR_SHOREWALL}/etc/shorewall/

Wasn't /var just a link to /tmp which itself is being mounted as tmpfs
at boot time? Everything created there goes with the wind at reboot. ;)
No use for creating directories at install time there, better do that
within a startup script, or change the path used by shorewall.

Greetings, Phil

_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers

Reply via email to