cron.daily/security

changeset 17
65656789da08
parent 16
37f217a8bcce
child 18
2b7620bf17e6
equal deleted inserted replaced
16:37f217a8bcce 17:65656789da08
2 # 2 #
3 ############################################################################# 3 #############################################################################
4 # Copyright (C) 2005-2013 4 # Copyright (C) 2005-2013
5 # 5 #
6 # Michiel Broek <mbse at mbse.eu> 6 # Michiel Broek <mbse at mbse.eu>
7 # Beekmansbos 10
8 # 1971 BV IJmuiden
9 # the Netherlands
10 # 7 #
11 # This file is part of SlackSecCheckSripts. 8 # This file is part of SlackSecCheckSripts.
12 # 9 #
13 # This package is free software; you can redistribute it and/or modify it 10 # This package is free software; you can redistribute it and/or modify it
14 # under the terms of the GNU General Public License as published by the 11 # under the terms of the GNU General Public License as published by the
23 # You should have received a copy of the GNU General Public License 20 # You should have received a copy of the GNU General Public License
24 # along with MBSE BBS; see the file COPYING. If not, write to the Free 21 # along with MBSE BBS; see the file COPYING. If not, write to the Free
25 # Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 22 # Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
26 ############################################################################# 23 #############################################################################
27 24
28 VERSION=0.17 25 VERSION=0.18
29 export PATH=/bin:/usr/bin:/sbin:/usr/sbin 26 export PATH=/bin:/usr/bin:/sbin:/usr/sbin
30 umask 077 27 umask 077
31 LANG=C; export LANG 28 LANG=C; export LANG
32 29
33 fqdn=`hostname -f` 30 fqdn=`hostname -f`

mercurial