opensuse
resmgr
resmgr tracks when users log in and out via PAM module. It then executes commands based on configurable rules according to that login information. It was used on all SUSE distributions until openSUSE 11.0
-
Cloning this repository:
git clone git://gitorious.org/opensuse/resmgr.git resmgr cd resmgr
Add this repository as a remote to an existing local repository:
git remote add resmgr git://gitorious.org/opensuse/resmgr.git git fetch resmgr git checkout -b my-local-tracking-branch resmgr/master_or_other_branch
- Branches:
- master


