| .. |
|
config
|
be49daffc8
base-files, target: assign name to system timeserver section, makes it easier to set servers on the cli
|
14 years ago |
|
hotplug.d
|
272d95f0f1
base-files: remove rdate integration, add busybox ntpd init script and server list in /etc/config/system The rdate applet proved to be too unreliable to obtain the current time on boot: - public time servers are rare and often unreachable or overloaded - rdate does not daemonize, it needs a network connection the moment it is started, leading to race conditions - the /etc/config/timeserver configuration is overly complex and there is no reliable way to disable rdate invocations - the time protocol as specified in RFC 868 is considered obsolete This commit adds an init script /etc/init.d/sysntpd which starts and stops the busybox ntpd accordingly. The builtin ntpd can be disabled by either disabling the init script, removing the symlink to busybox or by clearing the timeserver list in /etc/config/system.
|
14 years ago |
|
init.d
|
a963a80a38
base-files: the initial hotplug2 instance sometimes misses a few relevant events, e.g. during module load. rerun udevtrigger for the final hotplug2 instance to fix this
|
14 years ago |
|
uci-defaults
|
6b9bf71881
base-files: add a uci-defaults script which will migrate the root password to /etc/shadow if needed
|
14 years ago |
|
banner
|
3b1b49a49b
base-files: fix a typo in etc/banner
|
15 years ago |
|
diag.sh
|
1c41493d74
base-files: make diag.sh stub working in bash
|
17 years ago |
|
functions.sh
|
b6aef59ea8
package/base-files: move /etc/functions.sh to /lib/functions.sh
|
14 years ago |
|
group
|
f5c130cfda
base-files: add an ftp group as well
|
15 years ago |
|
hosts
|
cbc8b3968c
base_files: Remove . from end of localhost entry
|
15 years ago |
|
hotplug2-common.rules
|
248ab4ac2f
base-files: process platform hotplug calls in the early launch of hotplug2 to avoid having crda calls get stuck at boot time (fixes #10350, #10354)
|
14 years ago |
|
hotplug2-init.rules
|
824331a594
hotplug2: Use stricter matching for rule regular expressions
|
15 years ago |
|
inittab
|
28039aea90
nuke another 2.4 skeleton
|
14 years ago |
|
passwd
|
8b20bfafdf
base-files: prime root password with "x" to notify programs that there is a shadow record, fix /bin/login.sh password detection accordingly. Solves broken key based dropbear login with empty password after r28935.
|
14 years ago |
|
preinit
|
1f69f4cf64
base-files: preinit: Fixed sourcing of diag.sh in /etc/preinit. This caused errors due to frequent use of /proc/cpuinfo to determine board name to pick led layout. Now diag.sh (which only defines set_state and any helper functions) is sourced by a proper preinit function during preinit_main, which is after /proc has been brought up, unlike in /etc/preinit
|
14 years ago |
|
profile
|
aab33e2e9a
base-files: fix arp() procedure to properly detect /usr/bin/arp
|
14 years ago |
|
protocols
|
59a06c71cb
rename default/ to files/
|
19 years ago |
|
rc.common
|
d0659ce37e
package/base-files: move service* functions from /etc/rc.common to /lib/functions.sh
|
14 years ago |
|
rc.local
|
bdaeaafbef
base-files: introduce a ready-to-use /etc/rc.local to let users run custom commands on init without creating custom init scripts
|
16 years ago |
|
services
|
71e83bd2e1
base-files: add a default /etc/services files
|
15 years ago |
|
shells
|
59a06c71cb
rename default/ to files/
|
19 years ago |
|
sysctl.conf
|
dea36724a4
base-files: remove an old network tunable tweak which is messing up network stack performance on modern systems
|
14 years ago |
|
sysupgrade.conf
|
d80f82d7a4
base-files: - add sysupgrade support for keepfile hints * introduces /lib/upgrade/keep.d/ for per-package keepfile lists * introduces /etc/sysupgrade.conf for user defined keepfile hints - prime /lib/upgrade/keep.d/base-files-essential to keep sysupgrade usable for images without opkg - change sysupgrade to build the keepfile list from /lib/upgrade/keep.d/, /etc/sysupgrade.conf and opkg list-changed-conffiles
|
15 years ago |