From: Felix Fietkau Date: Tue, 5 Sep 2006 16:12:44 +0000 (+0000) Subject: add patch from markus wigge to add the VPN category when installing openvpn-webif X-Git-Tag: whiterussian_rc6~142 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b990777f90c76c4de7d75c7ae8be1cef71a8100c;p=openwrt%2Fsvn-archive%2Fopenwrt.git add patch from markus wigge to add the VPN category when installing openvpn-webif SVN-Revision: 4757 --- diff --git a/openwrt/package/openvpn/ipkg/openvpn-webif.postinst b/openwrt/package/openvpn/ipkg/openvpn-webif.postinst new file mode 100644 index 0000000000..af8b41a53e --- /dev/null +++ b/openwrt/package/openvpn/ipkg/openvpn-webif.postinst @@ -0,0 +1,4 @@ +#!/bin/sh +grep -q VPN /www/cgi-bin/webif/.categories 2>- || + echo "##WEBIF:category:VPN" >> /www/cgi-bin/webif/.categories +