]> git.pld-linux.org Git - projects/rc-scripts.git/history - rc.d
Add rfkill support.
[projects/rc-scripts.git] / rc.d /
2007-11-21 Elan Ruusamäe- this should be restart, who put reload there?
2007-11-21 Elan Ruusamäe- reload also could use pidfile
2007-11-21 Elan Ruusamäe- one more killproc sample
2007-11-13 Elan Ruusamäe- suffix dm-multipath partitions with pN
2007-11-09 Elan Ruusamäe- blogd might be already down and it might had been...
2007-11-09 Elan Ruusamäe- /etc/crypttab shouldn't be empty when using it
2007-11-09 Elan Ruusamäe- add is_empty_file() function
2007-11-09 Elan Ruusamäe- bugfixes for crypttab
2007-11-09 Elan Ruusamäe- add /etc/crypttab processing
2007-11-09 Elan Ruusamäe- add halt_crypto() from fc initscripts-8.54
2007-11-09 Elan Ruusamäe- initial /etc/crypttab processing
2007-11-09 Elan Ruusamäe- add cryptsetup
2007-11-09 Elan Ruusamäe- based on code from rc.sysinit of fc initscripts-8.54
2007-11-09 Elan Ruusamäe- use subsys lock files
2007-11-09 Elan Ruusamäe- blogd updates
2007-11-06 Elan Ruusamäe- missing shift for nice level parsing in daemon()...
2007-11-02 Elan Ruusamäe- ksh doesn't like $2 in # modifier
2007-11-01 Elan Ruusamäe- /dev (with devfs) could be mounted by kernel (arekm...
2007-11-01 Elan Ruusamäe- don't get tempted to kill blogd
2007-11-01 Elan Ruusamäe- read /proc/cmdline after /proc mount
2007-11-01 Elan Ruusamäe- devfsd without devfs makes no sense :)
2007-11-01 Elan Ruusamäe- no need to source udev configs here
2007-11-01 Elan Ruusamäe- $PATH is set from init.d/functions
2007-11-01 Elan Ruusamäe- umount /initrd earlier, right after udev startup
2007-11-01 Elan Ruusamäe- strstr() from fedora initscripts
2007-11-01 Elan Ruusamäe- read /proc/cmdline just once (idea stolen from fedora)
2007-11-01 Elan Ruusamäe- disable_selinux(), relabel_selinux(), clean_vserver_m...
2007-11-01 Elan Ruusamäe- local vars
2007-11-01 Elan Ruusamäe- drop redhat/mandrake compat
2007-11-01 Elan Ruusamäe- drop unneeded subshell
2007-11-01 Elan Ruusamäe- use shell construct to test is pathname full path
2007-11-01 Elan Ruusamäe- use shell constructs for basename()
2007-11-01 Elan Ruusamäe- avoid endless loop when one puts --user after daemon...
2007-11-01 Elan Ruusamäe- shell version
2007-11-01 Elan Ruusamäe- set ulimits with one awk call in daemon()
2007-10-31 Elan Ruusamäe- typo?
2007-10-31 Elan Ruusamäe- small cleanups and fixes
2007-10-30 Elan Ruusamäe- move $MODULES_CONF closer where it is used
2007-10-30 Elan Ruusamäe- fix obvious typo (perhaps drop it as it never worked?)
2007-10-30 Elan Ruusamäe- activate dm-multipath
2007-10-30 Elan Ruusamäe- small optimize to use only awk
2007-10-28 Arkadiusz MiśkiewiczRevert ntfsfix. Please use something like init.d/ntfsfi...
2007-10-28 Paweł Gołaszewski- run ntfsfix if there are some ntfs filesystems mounted
2007-10-04 Arkadiusz MiśkiewiczActivate ATARAID devices.
2007-10-02 Jan Rękorajski- don't try to update mtab when mounting usbfs (root...
2007-09-25 Jan Rękorajski- typo
2007-09-25 Jan Rękorajski- no need to play with NFS, it screws up / over NFS...
2007-09-25 Jan Rękorajski- source functions library (for msg_usage), no need...
2007-07-03 Elan Ruusamäe- do not depend on which command to find rpcinfo
2007-06-14 Elan Ruusamäe- revert bonding support (unfinished and broken)
2007-06-05 Elan Ruusamäe- bonding support by Justas Vilimas
2007-05-30 Elan Ruusamäe- see ChangeLog for Changes
2007-05-09 Elan Ruusamäe- keep /etc/mtab permissions (whatever they are) inside...
2007-05-01 Jan Rękorajski- reverted some command substitution changes due to...
2007-04-27 Jan Rękorajski- restore stderr redirection
2007-04-27 Jan Rękorajski- replace awk usage with shell constructs
2007-04-27 Jan Rękorajski- replace awk usage with shell constructs
2007-04-27 Jan Rękorajski- replace awk usage with shell constructs
2007-04-26 Jan Rękorajski- removed unneeded termput hpa
2007-04-26 Jan Rękorajski- shell magic fixing screwed dots in show() on serial...
2007-04-26 Jan Rękorajski- use $() for command substitution
2007-04-26 Jan Rękorajski- unify command substitution (`` -> $())
2007-04-26 Jan Rękorajski- typeset local in check_portmapper
2007-04-26 Jan Rękorajski- generic check_portmapper function
2007-04-14 Paweł Gołaszewski- allow to have more than one line in pidfile
2007-03-20 Jan Rękorajski- simpler way to umount nfs4
2007-03-20 Jan Rękorajski- unmount NFSv4 filesystems
2007-03-20 Jan Rękorajski- cleaner solution for empty hostname
2007-03-19 Jan Rękorajski- nfs4 is also non-local fs
2007-03-19 Jan Rękorajski- in case of empty HOSTNAME set it to what the kernel...
2007-03-15 Elan Ruusamäe- can start blogd rather earlier
2007-03-14 Jan Rękorajski- fixed glen's misoptimization
2007-03-13 Elan Ruusamäe- avoid doing something silly if plain template is...
2007-03-13 Elan Ruusamäe- start does not have exit code
2007-02-27 Elan Ruusamäe- comment says do not, so won't!
2007-02-27 Elan Ruusamäe- well, PLDIZE!
2007-02-27 Elan Ruusamäe- vim autodetects syntax from shebang
2007-02-25 Elan Ruusamäe- timezone moved to tzdata.spec
2007-02-05 Arkadiusz MiśkiewiczDelay (or even skip) clock setting if /dev/rtc doesn...
2007-01-28 Elan Ruusamäe- $CONSOLETYPE used only in rc.sysinit
2007-01-28 Elan Ruusamäe- termput() cannot cache in shell vars as it's always...
2006-12-07 Elan RuusamäeError exit code
2006-12-07 Elan RuusamäeSmall cosmetics.
2006-12-07 Elan RuusamäeReindent.
2006-12-07 Elan RuusamäeSmall reorganizing.
2006-12-07 Elan Ruusamäe$NETWORKING was supposed to be obsoleted.
2006-12-07 Elan RuusamäeOptimize for faster exit if not configured.
2006-12-07 Elan RuusamäeAs we don't source functions, we must set sane PATH...
2006-12-07 Elan RuusamäeAs we don't source functions, we must set sane PATH...
2006-12-07 Elan RuusamäeProbability that there exists init.d/$subsys is bigger...
2006-12-07 Elan RuusamäeExit early if cpusets not enabled in sysconfig/system.
2006-12-05 Elan RuusamäeFixes for /usr on separate parition (not tested!).
2006-12-05 Elan RuusamäeStore cachefile in /var, read/write errors are ignored...
2006-11-27 Arkadiusz MiśkiewiczRevert remounting based on /proc/mounts entries (curren...
2006-11-26 Arkadiusz MiśkiewiczRevert nVidia madness. rc-scripts is not a place for...
2006-11-26 siefca- small improvement in forcedeth_wourkaround()
2006-11-25 siefca- added important check in forcedeth_workaround() which...
2006-11-25 siefca- added Wake-On-Lan work-around for nForce ethernet...
2006-11-01 Elan RuusamäeIgnore errors if msg cachefile can not be written ...
2006-10-23 Marcin Winkler- fix s@usb@usr@
next
This page took 0.142728 seconds and 7 git commands to generate.