summaryrefslogtreecommitdiffstats
path: root/remote/tools/policykit
Commit message (Collapse)AuthorAgeFilesLines
* restructuring...Jonathan Bauer2013-03-143-44/+0Star
|
* add polkit.service to dataMichael Neves2013-03-132-0/+10
|
* fix bad config for policykitJonathan Bauer2013-03-131-4/+1Star
|
* new policykit extracted from systemMichael Neves2013-03-132-32/+16Star
|
* use list_packet_files in policykit.buildJonathan Bauer2013-03-011-21/+3Star
|
* Generalization:root2013-02-272-5/+1Star
| | | | | | | - 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"
* Added dependency system for modules (REQUIRED_MODULES var in *.conf of ↵Simon Rettberg2013-02-261-0/+2
| | | | module, for an example, see policykit.conf)
* 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-202-6/+12
|
* fixesJonathan Bauer2013-02-181-29/+0Star
|
* fixJonathan Bauer2013-02-183-0/+95