aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-01-04More static building fixes.Roy Marples
2008-01-04Support static building against a non static PAM.Roy Marples
2008-01-04Fix detection of Xen dom0 vs domU can use the right variable in init scripts.Roy Marples
2008-01-04Add BIN_LDFLAGS so that we can build static bins without affecting our shared...Roy Marples
2008-01-03Ensure that copyright is unique for rc, librc and libeinfo. Also, fix brandin...Roy Marples
2008-01-03Put branding in version.hRoy Marples
2008-01-03Allow a BRANDING define to be used.Roy Marples
2008-01-03Allow building without std=c99 definedRoy Marples
2008-01-02Make depend a global targetRoy Marples
2008-01-02Really dd depend targetRoy Marples
2008-01-02Add depend targetRoy Marples
2008-01-02Move _shell_var shell function to shell_var C appletRoy Marples
2007-12-30dont pollute namespace with our own local restrict keywordMike Frysinger
2007-12-29Clean the failed dir when we start and end rc so that failed services can be ...Roy Marples
2007-12-28Don't install relative symlinksRoy Marples
2007-12-28Although OpenRC requires C99, linking to us should not.Roy Marples
2007-12-24Remove forces spaces from ebracket and ensure ok matches eend output.Roy Marples
2007-12-24rc-update show not default to showRoy Marples
2007-12-20Don't mix code and decsRoy Marples
2007-12-20Remove rc-help.sh and replace with a man page for runscript 8.Roy Marples
2007-12-20Let service_started_daemon work off SVCNAMERoy Marples
2007-12-20Add restrict keyword to einfoRoy Marples
2007-12-20Constant data and pointersRoy Marples
2007-12-20Fix service_*_valueRoy Marples
2007-12-19checkown -> checkpathRoy Marples
2007-12-19get_options -> service_get_value and save_options -> service_set_valueRoy Marples
2007-12-19No need for that includeRoy Marples
2007-12-19cbasename -> basename_cRoy Marples
2007-12-19Introduce cbasename so we don't have to strdup(basename) and free all the time.Roy Marples
2007-12-19Make checkown --user --group behave more like chownRoy Marples
2007-12-18usage now requires a global applet var instead of a define, don't prefix desc...Roy Marples
2007-12-18Allow service_* functions to work off SVCNAME if no arguments passedRoy Marples
2007-12-18Allow service_* functions to work off SVCNAME if no arguments passedRoy Marples
2007-12-14Our tools should not inherit EINFO_QUIET from the curret environmet, Gentoo b...Roy Marples
2007-12-14Only assume the current runlevel if none specifiedRoy Marples
2007-12-14udev requires try function and the modules-update program should take care of...Roy Marples
2007-12-14Remove Gentoo copyright from all files that I know I have writtenRoy Marples
2007-12-14Allow services to be in /usr/local/etc/init.d, but disallow them being added ...Roy Marples
2007-12-14If we need to regenrate the deptree in the boot runlevel, remove it afterward...Roy Marples
2007-12-08Mirror the action of rc-update in baselayout-1, with the exception of adding ...Roy Marples
2007-12-08Add termcap support.Roy Marples
2007-12-07whitespaceRoy Marples
2007-12-07Just check that ecolor returns a string > 0Roy Marples
2007-12-07Include time.h on linuxRoy Marples
2007-12-06Don't be spammy or interactive when we don't outputRoy Marples
2007-12-06Move RC_ to EINFO_ for all env vars related to einfo.Roy Marples
2007-12-05Remove rc_service_wait as runscript.c should do the waiting. rc_deptree_depen...Roy Marples
2007-12-03As ecolor does not take a tty, try and guess a valid one.Roy Marples
2007-12-03Warn about pidfiles not being created.Roy Marples
2007-11-28RC_DEPEND_STRICT -> rc_depend_strictRoy Marples