mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 15:12:49 +02:00
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2863 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
432a7e7be9
commit
cc74ba9c39
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
telnetd -l /bin/login
|
||||
if awk -F: '/^root:/ && $2 !~ /\*/ {exit 1}' /etc/passwd 2>/dev/null || test $FAILSAFE; then telnetd -l /bin/login; fi
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
mkdir -p `grep "^ntp:" /etc/passwd | cut -d: -f6`
|
||||
mkdir -p `awk -F: '/^ntp:/{print $6}' /etc/passwd`
|
||||
/usr/sbin/ntpd -s
|
||||
|
Loading…
Reference in New Issue
Block a user