diff options
| author | Lucas Castro <lucas@gnuabordo.com.br> | 2024-01-11 12:07:59 -0300 |
|---|---|---|
| committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-06-05 19:00:29 -0300 |
| commit | a4676d0e2e75ebcadfb2c947f7a1fa39b8aea246 (patch) | |
| tree | 635a07582f6f525318bfed44c38bda264f65f28c /group_script | |
| parent | ca0774165e52cc2c08a6bac98ed3f8622842930e (diff) | |
New upstream version 1.0.8
Diffstat (limited to 'group_script')
| -rw-r--r-- | group_script | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/group_script b/group_script index 7010492..c50887f 100644 --- a/group_script +++ b/group_script @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012,2015 Tuomo Soini <tis@foobar.fi> +# Copyright (C) 2012-2016 Tuomo Soini <tis@foobar.fi> # # License: GPLv2 # @@ -32,7 +32,7 @@ fi DATE=$(date --date=@${TIMESTAMP}) -cat <<EOM | mail -s "LSM: ${NAME} ${STATE}" ${WARN_EMAIL} +cat <<EOM | mail -s "Foolsm: ${NAME} ${STATE}" ${WARN_EMAIL} Hi, @@ -47,7 +47,7 @@ warn_email = ${WARN_EMAIL} Packet statuses are not available for groups. BR, -Your LSM installation +Your Foolsm installation EOM |
