Changeset 1223
- Timestamp:
- 01/16/12 20:42:26 (4 months ago)
- Location:
- main/linuxmuster-base/branches/testing
- Files:
-
- 1 deleted
- 25 edited
-
debian/changelog (modified) (1 diff)
-
var/config-dynamic/00_stop-services/prepatch (modified) (1 diff)
-
var/config-dynamic/01_network/postpatch (modified) (1 diff, 1 prop)
-
var/config-dynamic/01_network/prepatch (modified) (1 diff, 1 prop)
-
var/config-dynamic/02_certificates/postpatch (modified) (1 diff, 1 prop)
-
var/config-dynamic/03_dhcp3-server/postpatch (modified) (1 diff)
-
var/config-dynamic/04_bind9/postpatch (modified) (1 diff, 1 prop)
-
var/config-dynamic/04_bind9/prepatch (modified) (1 diff, 1 prop)
-
var/config-dynamic/05_mysql/prepatch (modified) (1 diff, 1 prop)
-
var/config-dynamic/15_ldap/postpatch (modified) (1 diff)
-
var/config-dynamic/15_ldap/prepatch (modified) (1 diff, 1 prop)
-
var/config-dynamic/16_mail/postpatch (modified) (1 diff, 1 prop)
-
var/config-dynamic/16_mail/prepatch (modified) (1 diff, 1 prop)
-
var/config-dynamic/17_admins/postpatch (modified) (1 diff, 1 prop)
-
var/config-dynamic/17_admins/prepatch (modified) (2 diffs, 1 prop)
-
var/config-dynamic/18_quota/postpatch (modified) (1 diff, 1 prop)
-
var/config-dynamic/18_quota/prepatch (modified) (1 diff, 1 prop)
-
var/config-dynamic/19_pykota/prepatch (modified) (1 diff, 1 prop)
-
var/config-dynamic/21_horde3/prepatch (modified) (1 diff, 1 prop)
-
var/config-dynamic/23_apache2/prepatch (modified) (1 diff, 1 prop)
-
var/config-dynamic/34_cups/postpatch (modified) (1 diff, 1 prop)
-
var/config-dynamic/34_cups/prepatch (modified) (1 diff, 1 prop)
-
var/config-dynamic/40_linbo/prepatch (modified) (2 diffs)
-
var/config-dynamic/50_webmin (deleted)
-
var/config-dynamic/99_start-services/postpatch (modified) (1 diff, 1 prop)
-
var/config-dynamic/99_start-services/prepatch (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-base/branches/testing/debian/changelog
r1221 r1223 4 4 * removed shadowconfig on first time installation. 5 5 * removed moodle configuration. 6 * removed webmin configuration. 7 * increased logging. 6 8 * server task updates. 7 9 8 -- Thomas Schmitt <schmitt@lmz-bw.de> Mon, 16 Jan 2012 20: 02:50+010010 -- Thomas Schmitt <schmitt@lmz-bw.de> Mon, 16 Jan 2012 20:14:08 +0100 9 11 10 12 linuxmuster-base (6.0.0-0ubuntu0) lenny; urgency=low -
main/linuxmuster-base/branches/testing/var/config-dynamic/00_stop-services/prepatch
r1213 r1223 2 2 # 3 3 # stop all relevant services 4 5 echo "### 00_stop-services prepatch" 4 6 5 7 services="linuxmuster-base tftpd-hpa bittorrent rsync linbo-bittorrent \ -
main/linuxmuster-base/branches/testing/var/config-dynamic/01_network/postpatch
- Property svn:keywords changed from Id to Id Revision
r1212 r1223 1 # $Id$ 2 3 echo "### 01_network postpatch" 4 1 5 # delete interfaces template after patching 2 6 [ -e interfaces ] && rm interfaces -
main/linuxmuster-base/branches/testing/var/config-dynamic/01_network/prepatch
- Property svn:keywords changed from Id to Id Revision
r787 r1223 1 # "$Id" 2 3 echo "### 01_network prepatch" 4 1 5 # stop networking at all 2 6 /etc/rcS.d/S40networking stop 1>> $LOGDIR/setup.log 2>> $LOGDIR/setup.log -
main/linuxmuster-base/branches/testing/var/config-dynamic/02_certificates/postpatch
- Property svn:keywords changed from Id to Id Revision
r787 r1223 1 # $Id$ 2 3 echo "### 02_certificates postpatch" 4 1 5 # make script executable 2 6 chmod 744 $SCRIPTSDIR/create-ssl-cert.sh -
main/linuxmuster-base/branches/testing/var/config-dynamic/03_dhcp3-server/postpatch
r1217 r1223 1 1 # $Id$ 2 3 echo "### 03_dhcp3-server postpatch" 2 4 3 5 # patch internal interface -
main/linuxmuster-base/branches/testing/var/config-dynamic/04_bind9/postpatch
- Property svn:keywords changed from Id to Id Revision
r787 r1223 1 # $Id$ 2 3 echo "### 04_bind9 postpatch" 4 1 5 # fix permissions 2 6 chown root:bind /etc/bind -
main/linuxmuster-base/branches/testing/var/config-dynamic/04_bind9/prepatch
- Property svn:keywords changed from Id to Id Revision
r787 r1223 1 # $Id$ 2 3 echo "### 04_bind9 prepatch" 4 1 5 if [ "$1" = "--modify" ]; then 2 6 -
main/linuxmuster-base/branches/testing/var/config-dynamic/05_mysql/prepatch
- Property svn:keywords changed from Id to Id Revision
r787 r1223 1 # $Id$ 2 3 echo "### 05_mysql prepatch" 4 1 5 /etc/init.d/mysql start 2 6 -
main/linuxmuster-base/branches/testing/var/config-dynamic/15_ldap/postpatch
r1216 r1223 1 1 # $Id$ 2 3 echo "### 15_ldap postpatch" 2 4 3 5 # set samba sid -
main/linuxmuster-base/branches/testing/var/config-dynamic/15_ldap/prepatch
- Property svn:keywords changed from Id to Id Revision
r1210 r1223 1 1 # $Id$ 2 3 echo "### 15_ldap prepatch" 2 4 3 5 if [ "$1" = "--first" ]; then -
main/linuxmuster-base/branches/testing/var/config-dynamic/16_mail/postpatch
- Property svn:keywords changed from Id to Id Revision
r787 r1223 1 # $Id$ 2 3 echo "### 16_mail postpatch" 4 1 5 # activate mail aliases for teachers 2 6 sophomorix-class --class teachers --mailalias -
main/linuxmuster-base/branches/testing/var/config-dynamic/16_mail/prepatch
- Property svn:keywords changed from Id to Id Revision
r787 r1223 1 # $Id$ 2 3 echo "### 16_mail prepatch" 4 1 5 # repair permissions and group memberships 2 6 dpkg-statoverride --force --update --add cyrus postfix 750 /var/run/cyrus/socket &> /dev/null -
main/linuxmuster-base/branches/testing/var/config-dynamic/17_admins/postpatch
- Property svn:keywords changed from Id to Id Revision
r787 r1223 1 # $Id$ 2 3 echo "### 17_admins postpatch" 4 1 5 # permissions of samba folders 2 6 for i in $NETLOGONDIR $PROGSDIR $CDSDIR; do -
main/linuxmuster-base/branches/testing/var/config-dynamic/17_admins/prepatch
- Property svn:keywords changed from Id to Id Revision
r1207 r1223 1 # $Id$ 2 3 echo "### 17_admins prepatch" 4 1 5 # create admin users & groups 2 6 … … 22 26 sophomorix-usermod -I wwwadmin 23 27 else 28 for i in $ADMINISTRATOR $PGMADMIN $WWWADMIN; do 29 mkdir -p $ADMINSHOME/$i 30 chown $i:$ADMINGROUP $ADMINSHOME/$i 31 done 24 32 echo -e "$adminpw\n$adminpw\n" | smbldap-passwd -s $DOMADMIN 25 33 echo -e "$adminpw\n$adminpw\n" | smbldap-passwd -s $ADMINISTRATOR -
main/linuxmuster-base/branches/testing/var/config-dynamic/18_quota/postpatch
- Property svn:keywords changed from Id to Id Revision
r787 r1223 1 # $Id$ 2 3 echo "### 18_quota postpatch" 4 1 5 # start service 2 6 /etc/init.d/quota start -
main/linuxmuster-base/branches/testing/var/config-dynamic/18_quota/prepatch
- Property svn:keywords changed from Id to Id Revision
r787 r1223 1 # $Id$ 2 3 echo "### 18_quota prepatch" 4 1 5 if [ "$1" = "--modify" ]; then 2 6 # prevent warnquota.conf from being patched -
main/linuxmuster-base/branches/testing/var/config-dynamic/19_pykota/prepatch
- Property svn:keywords changed from Id to Id Revision
r787 r1223 1 # $Id$ 2 3 echo "### 19_pykota prepatch" 4 1 5 if [ "$1" = "--first" ]; then 2 6 if dpkg -l | grep linuxmuster-pk | grep -q ^i; then -
main/linuxmuster-base/branches/testing/var/config-dynamic/21_horde3/prepatch
- Property svn:keywords changed from Id to Id Revision
r787 r1223 1 # $Id$ 2 3 echo "### 21_horde3 prepatch" 4 1 5 # do this only if horde3 is installed 2 6 if dpkg -L horde3 &> /dev/null; then -
main/linuxmuster-base/branches/testing/var/config-dynamic/23_apache2/prepatch
- Property svn:keywords changed from Id to Id Revision
r787 r1223 1 # $Id$ 2 3 echo "### 23_apache2 prepatch" 4 1 5 # enable necessary modules 2 6 if [ -d /etc/apache2/mods-available ] && [ -d /etc/apache2/mods-enabled ]; then -
main/linuxmuster-base/branches/testing/var/config-dynamic/34_cups/postpatch
- Property svn:keywords changed from Id to Id Revision
r787 r1223 1 # $Id$ 2 3 echo "### 34_cups postpatch" 4 1 5 # start service 2 6 /etc/init.d/cups start -
main/linuxmuster-base/branches/testing/var/config-dynamic/34_cups/prepatch
- Property svn:keywords changed from Id to Id Revision
r787 r1223 1 # $Id$ 2 3 echo "### 34_cups prepatch" 4 1 5 if [ "$1" = "--modify" ]; then 2 6 -
main/linuxmuster-base/branches/testing/var/config-dynamic/40_linbo/prepatch
r1218 r1223 1 1 # $Id$ 2 # 2 3 echo "### 40_linbo prepatch" 3 4 4 5 dpkg-reconfigure linuxmuster-linbo … … 84 85 smbldap-useradd -a -c "LINBO Administrator" -N LINBO -S Administrator -s /bin/false -g $ADMINGROUP -d $ADMINSHOME/linbo -m linbo 85 86 echo -e "$linbopasswd\n$linbopasswd\n" | smbldap-passwd -s linbo 87 mkdir -p $ADMINSHOME/linbo 88 chown linbo:$ADMINGROUP $ADMINSHOME/linbo 86 89 fi 87 90 smbldap-usermod -H '[UX ]' linbo || true -
main/linuxmuster-base/branches/testing/var/config-dynamic/99_start-services/postpatch
- Property svn:keywords changed from Id to Id Revision
r1219 r1223 1 1 # $Id$ 2 3 echo "### 99_start-services postpatch" 4 2 5 # repair permissions for root's scheduled cron jobs 3 6 chown root:crontab /var/spool/cron/crontabs/root -
main/linuxmuster-base/branches/testing/var/config-dynamic/99_start-services/prepatch
- Property svn:keywords changed from Id to Id Revision
r787 r1223 1 # $Id$ 2 3 echo "### 99_start-services prepatch" 4 1 5 if [ "$1" != "--first" ]; then 2 6 if [ "$serverip" != "$serverip_old" ]; then
Note: See TracChangeset
for help on using the changeset viewer.
