projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3103d5d
)
[package] pptp: mark /etc/ppp/options.pptp as conffile
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Oct 2010 17:27:21 +0000
(17:27 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Oct 2010 17:27:21 +0000
(17:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23253
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/pptp/Makefile
patch
|
blob
|
history
diff --git
a/package/pptp/Makefile
b/package/pptp/Makefile
index
a7b9220
..
184f726
100644
(file)
--- a/
package/pptp/Makefile
+++ b/
package/pptp/Makefile
@@
-1,4
+1,4
@@
-#
+#
# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
@@
-26,10
+26,14
@@
define Package/pptp
DEPENDS:=+ppp +kmod-gre
endef
-define Package/pptp/d
aem
on
+define Package/pptp/d
escripti
on
This package contains a PPTP (Point-to-Point Tunneling Protocol) client.
endef
+define Package/pptp/conffiles
+/etc/ppp/options.pptp
+endef
+
define Package/pptp/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pptp $(1)/usr/sbin/
This page took
0.031451 seconds
and
4
git commands to generate.