aboutsummaryrefslogtreecommitdiff
path: root/install.sh
AgeCommit message (Collapse)AuthorFiles
2011-04-16Add an rc helperSebastien Luttringer1
This is allow a quick calling to /etc/rc.d scripts by calling a shell command. By example, starting sshd and gpm can be done by typing: rc start sshd gpm rc can also list available scripts and show which is started/stopped in DAEMONS [tomegun: fixed detection of autostart of background services] Signed-off-by: Sebastien Luttringer <seblu@seblu.net> Signed-off-by: Tom Gundersen <teg@jklm.no>
2011-03-30Make hwclock --adjust as well as --systohc optional (FS#13684)Kurt J. Bosch1
Signed-off-by: Tom Gundersen <teg@jklm.no>
2009-03-10Add the adjtime cron job to install.shAaron Griffin1
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-03-11Remove the 'makedevs' scriptRoman Kyrylych1
* last touched somewhere in 2005 * not used by anything * sits in /sbin but uses software from /usr/bin * makedev in Extra exists * if one wants a static /dev - just use mknod Signed-off-by: Roman Kyrylych <roman@archlinux.org>
2008-02-14Make install.sh sh compatibleDan McGee1
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-12-11Removing netcfg from initscriptsJames Rayner1
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-11-28Source /etc/rc.d/functions.d/ for additional initscript functionsAaron Griffin1
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-10-21change install.sh to exit on failure with return code 1Thomas Bächler1
2007-10-21Added install scriptThomas Bächler1