Subversion Repositories ALCASAR

Rev

Rev 1541 | Rev 1544 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1541 Rev 1543
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
#  $Id: alcasar.sh 1541 2014-12-22 16:47:41Z richard $ 
2
#  $Id: alcasar.sh 1543 2014-12-23 10:06:16Z richard $ 
3
 
3
 
4
# alcasar.sh
4
# alcasar.sh
5
 
5
 
6
# ALCASAR Install script -  CopyLeft ALCASAR Team [Rexy + 3abtux + Steweb + Crox + ...] 
6
# ALCASAR Install script -  CopyLeft ALCASAR Team [Rexy + 3abtux + Steweb + Crox + ...] 
7
# Ce programme est un logiciel libre ; This software is free and open source
7
# Ce programme est un logiciel libre ; This software is free and open source
Line 1838... Line 1838...
1838
	$SED "s?^ORGANISME.*?ORGANISME=$ORGANISME?g" /etc/bashrc
1838
	$SED "s?^ORGANISME.*?ORGANISME=$ORGANISME?g" /etc/bashrc
1839
# Droits d'exécution pour utilisateur apache et sysadmin
1839
# Droits d'exécution pour utilisateur apache et sysadmin
1840
	[ -e /etc/sudoers.default ]  || cp /etc/sudoers /etc/sudoers.default
1840
	[ -e /etc/sudoers.default ]  || cp /etc/sudoers /etc/sudoers.default
1841
	cp -f $DIR_CONF/sudoers /etc/. ; chmod 440 /etc/sudoers ; chown root:root /etc/sudoers
1841
	cp -f $DIR_CONF/sudoers /etc/. ; chmod 440 /etc/sudoers ; chown root:root /etc/sudoers
1842
	$SED "s?^Host_Alias.*?Host_Alias	LAN_ORG=$PRIVATE_NETWORK/$PRIVATE_NETMASK,localhost		#réseau de l'organisme?g" /etc/sudoers
1842
	$SED "s?^Host_Alias.*?Host_Alias	LAN_ORG=$PRIVATE_NETWORK/$PRIVATE_NETMASK,localhost		#réseau de l'organisme?g" /etc/sudoers
1843
# prise en compte de la rotation des logs sur 1 an (concerne mysql, httpd, dansguardian, radiusd, ulogd)
1843
# Modify some logrotate files (gammu, ulogd)
1844
	cp -f $DIR_CONF/logrotate.d/* /etc/logrotate.d/
1844
	cp -f $DIR_CONF/logrotate.d/* /etc/logrotate.d/
1845
	chmod 644 /etc/logrotate.d/*
1845
	chmod 644 /etc/logrotate.d/*
1846
# rectification sur versions précédentes de la compression des logs
1846
# rectification sur versions précédentes de la compression des logs
1847
	$SED "s?^delaycompress.*?#&?g" /etc/logrotate.conf
1847
	$SED "s?^delaycompress.*?#&?g" /etc/logrotate.conf
1848
# actualisation des fichiers logs compressés
1848
# actualisation des fichiers logs compressés