Delete default configuration values since they are now included in the main function

This commit is contained in:
Tristan PILAT 2020-04-21 16:59:58 +02:00
parent ef2b234d49
commit 82af0db8b2
1 changed files with 0 additions and 35 deletions

View File

@ -8,41 +8,6 @@
export LANG=C
export LANGUAGE=C
# Default configuration values
IS_UMASKSUDOERS=1
IS_TMPNOEXEC=1
IS_TMOUTPROFILE=1
IS_RAIDOK=1
IS_EVOBACKUP=1
IS_KERNELUPTODATE=1
IS_UPTIME=1
IS_BACKUPUPTODATE=1
IS_GITPERMS=1
IS_OLD_HOME_DIR=1
IS_ADVBASE=1
IS_PREEMPT=1
IS_REBOOTMAIL=1
IS_PFENABLED=1
IS_PFCUSTOM=1
IS_SOFTDEP=1
IS_WHEEL=1
IS_PKGMIRROR=1
IS_HISTORY=1
IS_VIM=1
IS_TTYC0SECURE=1
IS_CUSTOMSYSLOG=1
IS_SUDOMAINT=1
IS_POSTGRESQL=1
IS_NRPE=1
IS_RSYNC=1
IS_CRONPATH=1
IS_TMP_1777=1
IS_ROOT_0700=1
IS_USRSHARESCRIPTS=1
IS_SSHPERMITROOTNO=1
IS_EVOMAINTENANCEUSERS=1
IS_EVOMAINTENANCECONF=1
# Default return code : 0 = no error
RC=0