mirror of https://github.com/CISOfy/lynis.git
Show location for Lynis package and new documentation
This commit is contained in:
parent
c31a1318e2
commit
c1cf106d03
|
@ -77,7 +77,9 @@ elif [ "$1" = "info" ]; then
|
||||||
echo "${GREEN}Up-to-date${NORMAL}"
|
echo "${GREEN}Up-to-date${NORMAL}"
|
||||||
fi
|
fi
|
||||||
echo " Release date : ${PROGRAM_RELEASE_DATE}"
|
echo " Release date : ${PROGRAM_RELEASE_DATE}"
|
||||||
echo " Update location : ${PROGRAM_WEBSITE}"
|
echo " Project page : ${PROGRAM_WEBSITE}"
|
||||||
|
echo " Source code : ${PROGRAM_SOURCE}"
|
||||||
|
echo " Latest package : ${PROGRAM_PACKAGE}"
|
||||||
echo ""; echo ""
|
echo ""; echo ""
|
||||||
echo "${PROGRAM_COPYRIGHT}"
|
echo "${PROGRAM_COPYRIGHT}"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
4
lynis
4
lynis
|
@ -40,6 +40,7 @@
|
||||||
PROGRAM_NAME="Lynis"
|
PROGRAM_NAME="Lynis"
|
||||||
PROGRAM_AUTHOR="CISOfy"
|
PROGRAM_AUTHOR="CISOfy"
|
||||||
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
|
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
|
||||||
|
PROGRAM_WEBSITE="https://cisofy.com/lynis/"
|
||||||
|
|
||||||
# Version details
|
# Version details
|
||||||
PROGRAM_RELEASE_DATE="2019-07-14"
|
PROGRAM_RELEASE_DATE="2019-07-14"
|
||||||
|
@ -49,7 +50,8 @@
|
||||||
|
|
||||||
# Source, documentation and license
|
# Source, documentation and license
|
||||||
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"
|
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"
|
||||||
PROGRAM_WEBSITE="https://cisofy.com/lynis/"
|
PROGRAM_PACKAGE="https://packages.cisofy.com/"
|
||||||
|
PROGRAM_DOCUMENTATION="https://cisofy.com/docs/"
|
||||||
PROGRAM_COPYRIGHT="2007-2019, ${PROGRAM_AUTHOR} - ${PROGRAM_WEBSITE}"
|
PROGRAM_COPYRIGHT="2007-2019, ${PROGRAM_AUTHOR} - ${PROGRAM_WEBSITE}"
|
||||||
PROGRAM_LICENSE="${PROGRAM_NAME} comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
|
PROGRAM_LICENSE="${PROGRAM_NAME} comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
|
||||||
welcome to redistribute it under the terms of the GNU General Public License.
|
welcome to redistribute it under the terms of the GNU General Public License.
|
||||||
|
|
Loading…
Reference in New Issue