pptp: mark /etc/ppp/options.pptp as conffile
SVN-Revision: 23253
This commit is contained in:
parent
8371bd9673
commit
f2068db073
1 changed files with 6 additions and 2 deletions
|
@ -26,10 +26,14 @@ define Package/pptp
|
||||||
DEPENDS:=+ppp +kmod-gre
|
DEPENDS:=+ppp +kmod-gre
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/pptp/daemon
|
define Package/pptp/description
|
||||||
This package contains a PPTP (Point-to-Point Tunneling Protocol) client.
|
This package contains a PPTP (Point-to-Point Tunneling Protocol) client.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/pptp/conffiles
|
||||||
|
/etc/ppp/options.pptp
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/pptp/install
|
define Package/pptp/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pptp $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pptp $(1)/usr/sbin/
|
||||||
|
|
Loading…
Reference in a new issue