Commit graph

22 commits

Author SHA1 Message Date
Jo-Philipp Wich
cabbc9966c busybox: fix empty password detection in telnetd init (#10432)
SVN-Revision: 29183
2011-11-16 13:17:35 +00:00
Nicolas Thill
e4a8f5abe6 package/busybox: use new service wrapper
SVN-Revision: 28836
2011-11-07 22:58:39 +00:00
Vasilis Tsiligiannis
7de8584652 busybox: get root home dir from /etc/passwd in telnet init script (thanks tripolar)
SVN-Revision: 25417
2011-02-08 01:01:17 +00:00
Vasilis Tsiligiannis
0cd254bdee busybox: Check if an SSH daemon is enabled before disabling telnet access (#8760)
SVN-Revision: 25411
2011-02-07 21:45:02 +00:00
Vasilis Tsiligiannis
b435f9d603 busybox: Disable telnet if an SSH public key for root exists (#8760)
SVN-Revision: 25317
2011-02-02 18:50:50 +00:00
Felix Fietkau
50c44d0b54 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>

SVN-Revision: 25196
2011-01-28 12:50:10 +00:00
Jo-Philipp Wich
1dd824a358 base-files, busybox: fix 22279, simplify code and get rid of awk
SVN-Revision: 22282
2010-07-18 18:36:12 +00:00
Daniel Dickinson
8974bc6ae2 base-files & telnet: Fixed telnet starting even with root password when shadow passwords in use.
SVN-Revision: 22279
2010-07-18 15:18:38 +00:00
Jo-Philipp Wich
47e443f91b busybox: use uci_get() wrapper (#7312)
SVN-Revision: 21491
2010-05-17 19:34:46 +00:00
Jo-Philipp Wich
b3e4a6503a busybox: disable httpd applet
SVN-Revision: 20432
2010-03-25 16:14:14 +00:00
Florian Fainelli
d40104d567 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
SVN-Revision: 20354
2010-03-21 17:16:41 +00:00
Jo-Philipp Wich
d26ec37d18 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
SVN-Revision: 15481
2009-04-29 13:00:42 +00:00
Felix Fietkau
de0332f86a rename our /bin/login script to /bin/login.sh to avoid collisions with busybox - we always use -l on telnetd anyway
SVN-Revision: 15097
2009-04-04 09:35:55 +00:00
Jo-Philipp Wich
7618cd7cbe fix incorrect quoting in busybox cron init script
SVN-Revision: 14540
2009-02-17 17:29:17 +00:00
Felix Fietkau
ebd408630f fix multiple instances of busybox httpd (thx, Yanira)
SVN-Revision: 12663
2008-09-23 15:24:02 +00:00
Florian Fainelli
a53aa71c83 Do not run telnet if either dropbear or openssh server are running (#3839)
SVN-Revision: 12258
2008-08-09 09:50:12 +00:00
Travis Kemen
603f612d83 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>
SVN-Revision: 10536
2008-02-28 19:56:09 +00:00
John Crispin
6df5a9cf17 only start crond if there are files in the crontab
SVN-Revision: 10292
2008-01-28 17:23:22 +00:00
Florian Fainelli
0aeee1f572 Send a kill signal to cron, otherwise two instances could be running (#1923)
SVN-Revision: 7704
2007-06-22 08:47:29 +00:00
Mike Baker
bef40307bb START/STOP values must be specified in the init script
SVN-Revision: 7164
2007-05-10 10:38:53 +00:00
Felix Fietkau
cd10aa726f add some more checks to the telnet init script
SVN-Revision: 6042
2007-01-08 21:31:29 +00:00
Felix Fietkau
bd8e5fb7db move busybox init scripts from base-files into the busybox package and make them depend on busybox menuconfig options
SVN-Revision: 5620
2006-11-22 23:06:40 +00:00