aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/files
Commit message (Collapse)AuthorAgeFilesLines
* Disable telnet in favor of passwordless SSHSteven Barth2015-09-071-38/+0
| | | | | | | | | | This enables passworldless login for root via SSH whenever no root password is set (e.g. after reset, flashing without keeping config or in failsafe) and removes telnet support alltogether. Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46809
* ntp: add hotplug class for ntp-eventsSteven Barth2014-11-282-0/+5
| | | | | | | | Based on a patch by Luiz Angelo Daros de Luca Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43421
* busybox: remove validation message from bootupSteven Barth2014-10-021-1/+1
| | | | | | | | | | | | A message: uinteger - 9 = true is displayed during boot. This is the result of the validate_data command checking the cron log level. As the output is not interesting, only the result, filter... Signed-off-by: Michel Stam <m.stam@fugro.nl> SVN-Revision: 42751
* package/*: remove useless explicit set of function returncodeJohn Crispin2014-08-251-1/+0
| | | | | | | | | | | | | | | | | | | | | | somebody started to set a function returncode in the validation stuff and everybody copies it, e.g. myfunction() { fire_command return $? } a function automatically returns with the last returncode, so we can safely remove the command 'return $?'. reference: http://tldp.org/LDP/abs/html/exit-status.html "The last command executed in the function or script determines the exit status." Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 42278
* busybox: fix validation in sysntpd init scriptLuka Perkov2014-06-301-0/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 41415
* busybox: use ntp enabled config optionJohn Crispin2014-06-271-2/+4
| | | | | | | | | Even if enabled option is missing from ntp configuration we are still keeping default behavior. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 41355
* busybox: fix processing of multiple NTP servers in the config (#15294)Felix Fietkau2014-03-171-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39935
* busybox: do not abort sysntpd init if enable_server is unset, that variable ↵Jo-Philipp Wich2013-11-281-1/+1
| | | | | | just controls the server part for relaying NTP SVN-Revision: 38936
* base-files: allow users to delect debug level during bootJohn Crispin2013-11-251-0/+19
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38909
* procd: fixup 2 wrong option typesJohn Crispin2013-11-131-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38789
* procd: convert services to the new validation apiJohn Crispin2013-11-131-14/+16
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38787
* fix various init scriptsLuka Perkov2013-09-233-6/+4
| | | | | | | | | | | | Changes include: * removing unused variables * replacing spaces with tabs where appropriate * more consistency with variable declarations Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38142
* procd: convert various packages to procd style init.d scriptsJohn Crispin2013-09-171-0/+6
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38023
* busybox: rename ntp init script back to sysntpd (#13920)Jo-Philipp Wich2013-08-041-0/+0
| | | | | | Renaming the init script to ntp broke LuCI time sync functionality and collides with other ntp packages SVN-Revision: 37681
* base-files/busybox: move ntpd init script from base-files to busyboxLuka Perkov2013-07-171-0/+31
| | | | SVN-Revision: 37383
* busybox: convert crond init script to procdJohn Crispin2013-07-111-7/+9
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37243
* busybox: convert telnet init script to procdJohn Crispin2013-07-111-6/+7
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37242
* packages: clean up the package folderJohn Crispin2013-06-212-0/+55
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007
>; /* Pre-exception table */ __start___pre_ex_table = .; *(.ex_table.pre) __stop___pre_ex_table = .; *(.data.read_mostly) *(.data.rel.ro) *(.data.rel.ro.*) } :text #ifdef LOCK_PROFILE . = ALIGN(32); __lock_profile_start = .; .lockprofile.data : { *(.lockprofile.data) } :text __lock_profile_end = .; #endif . = ALIGN(8); .arch.info : { _splatform = .; *(.arch.info) _eplatform = .; } :text . = ALIGN(8); .dev.info : { _sdevice = .; *(.dev.info) _edevice = .; } :text . = ALIGN(PAGE_SIZE); /* Init code and data */ __init_begin = .; .init.text : { _sinittext = .; *(.init.text) _einittext = .; } :text . = ALIGN(PAGE_SIZE); .init.data : { *(.init.rodata) *(.init.rodata.str*) *(.init.data) *(.init.data.rel) *(.init.data.rel.*) . = ALIGN(8); __ctors_start = .; *(.init_array) __ctors_end = .; } :text . = ALIGN(32); .init.setup : { __setup_start = .; *(.init.setup) __setup_end = .; } :text .initcall.init : { __initcall_start = .; *(.initcallpresmp.init) __presmp_initcall_end = .; *(.initcall1.init) __initcall_end = .; } :text .xsm_initcall.init : { __xsm_initcall_start = .; *(.xsm_initcall.init) __xsm_initcall_end = .; } :text . = ALIGN(STACK_SIZE); __init_end = .; .bss : { /* BSS */ __bss_start = .; *(.bss.stack_aligned) . = ALIGN(PAGE_SIZE); *(.bss.page_aligned) *(.bss) . = ALIGN(SMP_CACHE_BYTES); __per_cpu_start = .; *(.bss.percpu) . = ALIGN(SMP_CACHE_BYTES); *(.bss.percpu.read_mostly) . = ALIGN(SMP_CACHE_BYTES); __per_cpu_data_end = .; __bss_end = .; } :text _end = . ; #ifdef CONFIG_DTB_FILE /* Section for the device tree blob (if any). */ _sdtb = .; .dtb : { *(.dtb) } :text #endif /* Sections to be discarded */ /DISCARD/ : { *(.exit.text) *(.exit.data) *(.exitcall.exit) *(.eh_frame) } /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } .stab.exclstr 0 : { *(.stab.exclstr) } .stab.index 0 : { *(.stab.index) } .stab.indexstr 0 : { *(.stab.indexstr) } .comment 0 : { *(.comment) } }