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-03 12:23:58 -0300 |
| commit | 2d526a3651f6e789f99b8e4c1c1583b39869972a (patch) | |
| tree | 9454be20d34a97c3f7f5a7bc636259c5b9990d30 /group_script | |
| parent | c7b8e8b43ffd2fb6d7544b125c95f191fe51bc10 (diff) | |
New upstream version 1.0.8upstream/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 |
