acinonyx
d8e4e69a32
[package] busybox: get root home dir from /etc/passwd in telnet init script (thanks tripolar)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25417 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-08 01:01:17 +00:00
acinonyx
1adec35e14
[package] busybox: Check if an SSH daemon is enabled before disabling telnet access ( #8760 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25411 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-07 21:45:02 +00:00
acinonyx
d3c45eaee1
[package] busybox: Disable telnet if an SSH public key for root exists ( #8760 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25317 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-02 18:50:50 +00:00
nbd
756a2e2526
cron: Add path
...
Override PATH for /etc/init.d/cron. This is necessary to ensure all programs
can be found when executing the script from remote by using ssh.
(e.g. ssh IP /etc/init.d/cron restart)
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25196 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-28 12:50:10 +00:00
jow
825dbb37aa
[package] base-files, busybox: fix 22279, simplify code and get rid of awk
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22282 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-18 18:36:12 +00:00
cshore
b1acaee343
[package] base-files & telnet: Fixed telnet starting even with root password when shadow passwords in use.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22279 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-18 15:18:38 +00:00
jow
9948fcb210
[package] busybox: use uci_get() wrapper ( #7312 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21491 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-17 19:34:46 +00:00
jow
e37b7aa508
[package] busybox: disable httpd applet
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20432 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-25 16:14:14 +00:00
florian
c55e10aab7
[package] If /var/spool/cron/crontabs is a directory, then /etc/init.d/cron
...
will place a spurious "crontabs" symlink into it. Patch fro Stefan Monnier
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20354 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-21 17:16:41 +00:00
jow
fea7cd278b
[package] busybox: add possibility to set crond log level through /etc/config/system and use level 5 by default which prevents unneeded debug messages on each job execution
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15481 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-29 13:00:42 +00:00
nbd
fcd35cb061
rename our /bin/login script to /bin/login.sh to avoid collisions with busybox - we always use -l on telnetd anyway
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15097 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-04 09:35:55 +00:00
jow
c079c203b1
[package] fix incorrect quoting in busybox cron init script
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14540 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-17 17:29:17 +00:00
nbd
b30d9f6216
fix multiple instances of busybox httpd (thx, Yanira)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12663 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-23 15:24:02 +00:00
florian
606962d071
Do not run telnet if either dropbear or openssh server are running ( #3839 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12258 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-09 09:50:12 +00:00
thepeople
7c4fa97f62
Fix a wrong variable names (ifname, wan) and enhance httpd's init script by more configurable options. Signed-off-by: Lubos Stanek (lubek) <lubek@lubek.name>
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10536 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-28 19:56:09 +00:00
blogic
6984409e76
only start crond if there are files in the crontab
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10292 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-28 17:23:22 +00:00
florian
fa83d38853
Send a kill signal to cron, otherwise two instances could be running ( #1923 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7704 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-22 08:47:29 +00:00
mbm
b2f4342440
START/STOP values must be specified in the init script
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7164 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-10 10:38:53 +00:00
nbd
a6f470987e
add some more checks to the telnet init script
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6042 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-08 21:31:29 +00:00
nbd
6f447d09df
move busybox init scripts from base-files into the busybox package and make them depend on busybox menuconfig options
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5620 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-22 23:06:40 +00:00