summaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* autoconf fixes, separate pamlibdir variable, path expansion at make timeMichael Biebl2007-04-022-5/+18
| | | | | | | | | | | | | | | | | | The attached patch does the following: - Use a separate $pam-module-dir variable for the pam module - Instead of defining a custom $slibdir variable, just use the standard $libdir variable specified by autoconf - Use the standard autoconf $docdir variable (Add AC_PREREQ(2.59) for that). - Drop AS_AC_EXPAND macro and remove AC_DEFINE_UNQUOTED for dir variables. + Build the init script at make time using sed + Use defines in src/Makefile.am to pass the variables to gcc at make time - Consistently use AC_HELP_STRING everywhere - Remove/Replace deprecated macros: + AM_INIT_AUTOMAKE takes the package name and version number from AC_INIT + AM_CONFIG_HEADER -> AC_CONFIG_HEADERS + AC_OUTPUT -> AC_CONFIG_FILES Patch is tested and make distcheck works.
* give root permission to use the property interfaceWilliam Jon McCann2007-03-091-1/+5
|
* prevent the use of the glib properties interfaceWilliam Jon McCann2007-03-081-1/+3
| | | | | We don't want anyone to be able to directly modify properties. Also make these policies mandatory.
* start ck before halDavid Zeuthen2007-02-071-1/+1
| | | | | | We should start CK before HAL (especially in light of some changes in HAL I'm working on); this patch does that for RH based systems. Please apply. Thanks!
* Rename dbus config file.William Jon McCann2007-01-122-1/+1
|
* Change a console-kit to ConsoleKit in a few placesWilliam Jon McCann2007-01-121-4/+4
|
* Add .gitignore files and rename tool.William Jon McCann2006-10-271-0/+3
|
* Actually remove files and remember to use commit -a.William Jon McCann2006-10-272-443/+4
|
* Initial importWilliam Jon McCann2006-10-254-0/+576