projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02c0c7b
)
stupid mistake, forget complete path to nvram :(
author
Waldemar Brodkorb
<wbx@openwrt.org>
Sun, 8 May 2005 15:57:13 +0000
(15:57 +0000)
committer
Waldemar Brodkorb
<wbx@openwrt.org>
Sun, 8 May 2005 15:57:13 +0000
(15:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@814
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up
patch
|
blob
|
history
diff --git
a/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up
b/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up
index
6cb950c
..
4c28811
100755
(executable)
--- a/
package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up
+++ b/
package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up
@@
-1,2
+1,2
@@
#!/bin/sh
-/usr/sbin/rdate $(nvram get ntp_server)
+/usr/sbin/rdate $(
/usr/sbin/
nvram get ntp_server)