summaryrefslogtreecommitdiffstats
path: root/remote/tools/policykit/policykit.build
Commit message (Collapse)AuthorAgeFilesLines
* restructuring...Jonathan Bauer2013-03-141-26/+0Star
|
* add polkit.service to dataMichael Neves2013-03-131-0/+3
|
* new policykit extracted from systemMichael Neves2013-03-131-27/+6Star
|
* use list_packet_files in policykit.buildJonathan Bauer2013-03-011-21/+3Star
|
* Generalization:root2013-02-271-4/+0Star
| | | | | | | - Rework install_dependencies: make it a global function, not per tools.build - Determine packet manager of local system (currently supports apt/dpkg and zypper/rpm) - Look for packet manager specific tools.conf.$MANAGER first, use tools.conf otherwise - Added list_package_files which should be used instead of "for $(dpkg -L | grep ...) ... >> ... done"
* Several fixes and improvements:Simon Rettberg2013-02-251-3/+1Star
| | | | | | | - return uid and gid again for add_user and add_group - abort execution if sourcing the .build or .conf file of a module fails - make sure lightdm user and group exists when building the ldm module - use tarcopy in all modules if appropriate
* 1. New logging/output system - use functions provided by helper/logging.incSimon Rettberg2013-02-211-27/+27
| | | | | | 2. Update modules to use new logging system - already updated policykit and systemd as an example 3. Stop all processing if a critical error occurs (use perror to notify user) 4. Some minor tweaks and fixes to setup_tools (added more error checking, but still incomplete)
* Add add_user function to add users and groups to the systemSimon Rettberg2013-02-211-4/+7
| | | | Add qnd_exit to stop the entire mltk script from within a function
* add user polkitdmichael2013-02-201-5/+11
|
* fixJonathan Bauer2013-02-181-0/+59