summaryrefslogtreecommitdiff
path: root/pm/functions.in
AgeCommit message (Expand)AuthorFilesLines
2010-04-11Create a pm-utils local service command for distros that do not have one.Victor Lowther1-14/+2
2009-12-13Oops, the "simple" bugfix for is_set broke everything else.Victor Lowther1-2/+2
2009-12-06Resolve bug# 25427Victor Lowther1-1/+1
2009-06-13Make is_set checking more explicitVictor Lowther1-2/+3
2009-05-06Add is_set function to make checking boolean variables easier.Victor Lowther1-1/+13
2009-01-26Resolve fd.o bug# 19658Victor Lowther1-1/+1
2009-01-18Match gentoo message "started" when checking for running servicesDan Nicholson1-1/+2
2008-11-30Support Slackware init system.Victor Lowther1-8/+7
2008-10-29Added dbus_send helper function.Victor Lowther1-0/+6
2008-10-05Fix stupid thinko in has_parameterVictor Lowther1-1/+1
2008-09-10Add a little helper function to test for a single parameter.Victor Lowther1-0/+9
2008-06-01Add initial support for handling hook failureVictor Lowther1-0/+13
2008-05-28Make parameter manipulation more robust in the face of programmerVictor Lowther1-5/+6
2008-05-28Fix broken add_parameters functionality.Victor Lowther1-1/+1
2008-05-27Ensure that PARAMETERS.rm always exists.Victor Lowther1-1/+1
2008-05-27Save all parameters into a file instead of one file per param.Victor Lowther1-14/+10
2008-05-17Cleanups to parameter manipulation to make it a bit less evilVictor Lowther1-2/+3
2008-05-16log() is not in scope in hooks.Victor Lowther1-2/+2
2008-05-16Make remove_parameters all work again.Victor Lowther1-4/+10
2008-05-16Fix another stupid error in get_parametersVictor Lowther1-1/+1
2008-05-16fix stupid typo in get_parameters.Victor Lowther1-1/+1
2008-05-16Handle binary video drivers using --quirk-none instead of disable_hookVictor Lowther1-0/+26
2008-05-10Minor functions.in formatting changes.Victor Lowther1-2/+2
2008-04-30Added comments and minor fixes.Victor Lowther1-15/+17
2008-03-29Comment fixups in preperation for release.Victor Lowther1-1/+6
2008-03-20Avoid incorrect exit code 1 failure messages in the log.Victor Lowther1-1/+4
2008-03-09Fixed stupid typo in disablehook.Victor Lowther1-1/+1
2008-03-06Merge branch 'master' into vlowther-dynamic-hook-disableVictor Lowther1-5/+14
2008-03-06Make run_hooks skip disabled hooks.Victor Lowther1-1/+1
2008-03-06Add disablehook() function to functions.in.Victor Lowther1-0/+5
2008-03-05Split functions.in into functions.in and pm-functions.inVictor Lowther1-123/+2
2008-03-05Rearrange functions.in in preperation for splitting it in two.Victor Lowther1-82/+82
2008-03-01Merge branch 'vlowther-video-merge' into vlowther-hook-option-processingVictor Lowther1-21/+0
2008-03-01Merge branch 'master' into vlowther-video-mergeVictor Lowther1-21/+0
2008-03-01Merge branch 'master' into vlowther-move-pm-mainVictor Lowther1-2/+11
2008-03-01Cleaned up output for --helpVictor Lowther1-7/+10
2008-02-27Made savestate and restorestate in functions.in orthogonal.Victor Lowther1-2/+12
2008-02-23Merge branch 'master' into stabilizatonVictor Lowther1-2/+2
2008-02-21Merge branch 'master' into vlowther-move-pm-mainVictor Lowther1-2/+2
2008-02-19Fix broken sorting in run_hooks.Victor Lowther1-2/+2
2008-02-16Merge branch 'master' into vlowther-move-pm-mainVictor Lowther1-16/+19
2008-02-16Merge branch 'master' into stabilizatonVictor Lowther1-15/+17
2008-02-16Replace -O with -f where appropriateMichael Biebl1-11/+10
2008-02-16Fix inverse file owner check in init_logfile()Michael Biebl1-1/+1
2008-02-1699video had a missing closing bracket.Michael Biebl1-4/+8
2008-02-16Display hook exit statuses on the logfile.Victor Lowther1-0/+10
2008-02-13Merge branch 'master' into vlowther-move-pm-mainVictor Lowther1-68/+65
2008-02-11Moved the SLEEP_FUNCTIONS declaration to after where we load defaults.Victor Lowther1-1/+2
2008-02-10Merge branch 'vlowther-security-fixes'Victor Lowther1-26/+37
2008-02-10Merge branch 'master' into vlowther-simpler-hooksVictor Lowther1-13/+12