summaryrefslogtreecommitdiffstats
path: root/package/busybox/files
Commit message (Collapse)AuthorAgeFilesLines
* [package] busybox: fix empty password detection in telnetd init (#10432)jow2011-11-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: use new service wrappernico2011-11-072-7/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28836 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: get root home dir from /etc/passwd in telnet init script ↵acinonyx2011-02-081-1/+8
| | | | | | (thanks tripolar) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: Check if an SSH daemon is enabled before disabling telnet ↵acinonyx2011-02-071-4/+4
| | | | | | access (#8760) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25411 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: Disable telnet if an SSH public key for root exists (#8760)acinonyx2011-02-021-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25317 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cron: Add pathnbd2011-01-281-0/+2
| | | | | | | | | | 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
* [package] base-files, busybox: fix 22279, simplify code and get rid of awkjow2010-07-181-7/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22282 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files & telnet: Fixed telnet starting even with root password ↵cshore2010-07-181-1/+2
| | | | | | when shadow passwords in use. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22279 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: use uci_get() wrapper (#7312)jow2010-05-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21491 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: disable httpd appletjow2010-03-251-54/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20432 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] If /var/spool/cron/crontabs is a directory, then /etc/init.d/cronflorian2010-03-211-1/+1
| | | | | | 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
* [package] busybox: add possibility to set crond log level through ↵jow2009-04-291-1/+2
| | | | | | /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
* rename our /bin/login script to /bin/login.sh to avoid collisions with ↵nbd2009-04-041-1/+1
| | | | | | busybox - we always use -l on telnetd anyway git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix incorrect quoting in busybox cron init scriptjow2009-02-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14540 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix multiple instances of busybox httpd (thx, Yanira)nbd2008-09-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12663 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Do not run telnet if either dropbear or openssh server are running (#3839)florian2008-08-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12258 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix a wrong variable names (ifname, wan) and enhance httpd's init script by ↵thepeople2008-02-281-4/+44
| | | | | | 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
* only start crond if there are files in the crontabblogic2008-01-281-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Send a kill signal to cron, otherwise two instances could be running (#1923)florian2007-06-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7704 3c298f89-4303-0410-b956-a3cf2f4a3e73
* START/STOP values must be specified in the init scriptmbm2007-05-103-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7164 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add some more checks to the telnet init scriptnbd2007-01-081-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6042 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move busybox init scripts from base-files into the busybox package and make ↵nbd2006-11-223-0/+35
them depend on busybox menuconfig options git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5620 3c298f89-4303-0410-b956-a3cf2f4a3e73