소스 검색

pptp: mark /etc/ppp/options.pptp as conffile

SVN-Revision: 23253
Jo-Philipp Wich 15 년 전
부모
커밋
f2068db073
1개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 6 2
      package/pptp/Makefile

+ 6 - 2
package/pptp/Makefile

@@ -1,4 +1,4 @@
-# 
+#
 # Copyright (C) 2006-2008 OpenWrt.org
 # Copyright (C) 2006-2008 OpenWrt.org
 #
 #
 # This is free software, licensed under the GNU General Public License v2.
 # This is free software, licensed under the GNU General Public License v2.
@@ -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/