]> git.stg.codes - stg.git/blob - stargazer/inst/linux/etc/stargazer/OnChange
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / inst / linux / etc / stargazer / OnChange
1 #! /bin/sh
2
3 # About: This script is called when user account is changed.
4 # Common Task: Notify about various events.
5 # Priority: optional
6
7 # User login
8 LOGIN=$1
9
10 # User parameter
11 PARAMETER=$2
12
13 # User parameter old value
14 OLDVALUE=$3
15
16 # User parameter new value
17 NEWVALUE=$4
18
19 # Usage examples:
20 #echo "User: '$LOGIN'. Parameter $PARAMETER changed from '$OLDVALUE' to '$NEWVALUE'" >> /var/stargazer/user.change.log