Age | Commit message (Expand) | Author |
2012-03-26 | librc: Do not output error messages from within the library. | William Hubbs |
2012-02-23 | Skip pam if running as root | William Hubbs |
2012-02-20 | rc: remove calls to rc_sys_v2 and rc_sys_v1 | William Hubbs |
2012-02-20 | remove the warning about falling back to autodetection | Jory A. Pratt |
2012-02-12 | Fix some more warnings | Christian Ruppert |
2012-02-12 | Use size_t instead of int | Christian Ruppert |
2012-02-11 | Remove unused/useless function single_user() | Christian Ruppert |
2012-01-31 | fstabinfo: add --remount option | William Hubbs |
2012-01-28 | Do not unlink the temp. log during shutdown | Christian Ruppert |
2012-01-28 | Do not loop flock() | Christian Ruppert |
2012-01-26 | Add -W/--writable function to checkpath | Christian Ruppert |
2012-01-26 | Add is_writable() function to check whether a path is writable or not | Christian Ruppert |
2012-01-24 | Disable parallel startup in interactive mode | Christian Ruppert |
2012-01-23 | Per the systemd tmpfiles implementation, we need to watch out for umask durin... | Robin H. Johnson |
2012-01-23 | Ensure that when -F is passed, existing files are truncated properly. | Robin H. Johnson |
2012-01-23 | Respin features.h usage so that we correctly test for features before we use ... | Robin H. Johnson |
2012-01-23 | Revert "Drop include for features.h" | Robin H. Johnson |
2012-01-22 | Drop include for features.h | William Hubbs |
2012-01-15 | Add "ifstopped" command to runscript | Christian Ruppert |
2012-01-15 | Rename proc_getent to rc_proc_getent and make it global | Christian Ruppert |
2012-01-09 | rc/checkpath: tmpfiles.d backend creation code | Robin H. Johnson |
2011-12-31 | Do not exit immediately when a service has been stopped already | Christian Ruppert |
2011-12-30 | Code style fixes | Christian Ruppert |
2011-12-30 | Compare stricter in proc_getent | Christian Ruppert |
2011-12-29 | Don't try to write the log during sysinit | Christian Ruppert |
2011-12-29 | Use RC_LEVEL_SHUTDOWN | Christian Ruppert |
2011-12-29 | Remove useless rc_runlevel_get() call | Christian Ruppert |
2011-12-29 | Don't print error when the logfile isn't writeable during shutdown | Christian Ruppert |
2011-12-11 | fix compile error | William Hubbs |
2011-12-11 | Allow init scripts to be executed with a relative path | William Hubbs |
2011-11-19 | rc: usage: do not output non-printable short options in usage | Mike Frysinger |
2011-11-19 | rc: usage: optimize help string alignment output a little | Mike Frysinger |
2011-11-19 | rc: fix style around case_RC_COMMON_GETOPT | Mike Frysinger |
2011-11-17 | Fix compile warning | William Hubbs |
2011-11-15 | mountinfo: Do not error out if realpath fails | Mike Frysinger |
2011-11-09 | ssd: fix building when SYS_ioprio_set is missing | Mike Frysinger |
2011-09-08 | Use the real/actual path when looking for mounts | Christian Ruppert |
2011-09-08 | Remove unused variable | Christian Ruppert |
2011-09-02 | Do not ignore return code for custom script functions | Flex |
2011-09-01 | Start-stop-daemon: remove call to pam_authenticate | Diego |
2011-07-31 | Improve processing of service directories and conf.d files | William Hubbs |
2011-07-26 | runscript: rename saveDir back to save to fix compile error | William Hubbs |
2011-07-20 | rename save and save2 for clarity | William Hubbs |
2011-07-06 | Rename rc_logger_path to rc_log_path | Christian Ruppert |
2011-07-05 | Improve logging | Christian Ruppert |
2011-07-05 | Don't write into optarg, this also fixes a compiler warning. | Christian Ruppert |
2011-06-30 | Add --startas/-a back to the optstring | Christian Ruppert |
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger |
2011-06-27 | Only print the deprecation warning for --chuid/-c when using it | Joe Harvell |
2011-06-05 | Warn if deprecated commandline options are used for start-stop-daemon | Christian Ruppert |