Changeset 1208
- Timestamp:
- 01/14/12 19:35:54 (4 months ago)
- Location:
- main/linuxmuster-base/branches/testing
- Files:
-
- 6 added
- 5 deleted
- 3 edited
-
debian/changelog (modified) (1 diff)
-
share/tasks/server-alt (added)
-
var/config-dynamic/00_ipcop/prepatch (deleted)
-
var/config-dynamic/00_ipcop/prepatch-alt (added)
-
var/config-dynamic/00_stop-services/prepatch (modified) (1 diff)
-
var/config-dynamic/02_ipcop/ipcop.settings (deleted)
-
var/config-dynamic/02_ipcop/ipcop.settings-alt (added)
-
var/config-dynamic/02_ipcop/ipcop.settings.target (deleted)
-
var/config-dynamic/02_ipcop/ipcop.settings.target-alt (added)
-
var/config-dynamic/02_ipcop/postpatch (deleted)
-
var/config-dynamic/02_ipcop/postpatch-alt (added)
-
var/config-dynamic/95_sysvinit/prepatch (deleted)
-
var/config-dynamic/95_sysvinit/prepatch-alt (added)
-
var/config-dynamic/99_start-services/postpatch (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-base/branches/testing/debian/changelog
r1207 r1208 3 3 * initial modifications to be installable on Ubuntu 11.10. 4 4 * removed rembo/myshn scripts and config templates. 5 6 -- Thomas Schmitt <schmitt@lmz-bw.de> Sat, 14 Jan 2012 19:14:01 +0100 5 * deactivated various ipcop stuff. 6 7 -- Thomas Schmitt <schmitt@lmz-bw.de> Sat, 14 Jan 2012 19:34:20 +0100 7 8 8 9 linuxmuster-base (5.1.0-3lenny0) lenny; urgency=low -
main/linuxmuster-base/branches/testing/var/config-dynamic/00_stop-services/prepatch
r1206 r1208 6 6 linbo-multicast nagios3 atd cron rembo quota apache2 cups \ 7 7 clamav-freshclam clamav-daemon cyrus2.2 postfix saslauthd amavis \ 8 mysql openntpd ssh samba slapd postgresql-8.3 postgresql-8.1 \ 9 postgresql-7.4 nscd linuxmuster-ipcop uml-utilities portmap \ 10 openbsd-inetd bind9 dhcp3-server avahi-daemon webmin" 8 mysql openntpd ssh samba slapd postgresql-8.4 nscd portmap \ 9 openbsd-inetd bind9 dhcp3-server" 11 10 12 11 # make sure they are enabled to be able to shut them down 13 12 [ -e /etc/default/tftpd-hpa ] && sed -e 's/^RUN_DAEMON=.*/RUN_DAEMON=yes/' -i /etc/default/tftpd-hpa 14 13 [ -e /etc/default/rsync ] && sed -e 's/^RSYNC_ENABLE=.*/RSYNC_ENABLE=true/' -i /etc/default/rsync 15 [ -e /etc/default/rembo ] && sed -e 's/^START_REMBO=.*/START_REMBO=yes/' -i /etc/default/rembo16 14 17 15 for service in $services; do -
main/linuxmuster-base/branches/testing/var/config-dynamic/99_start-services/postpatch
r1206 r1208 26 26 27 27 # test ssh connection to intregated ipcop 28 if [[ -z "$ipcoptest" && ! -e /root/.ssh/known_hosts ]]; then29 echo "Testing ssh connection to IPCop ..."30 $SCRIPTSDIR/ipcop-test-ssh.exp $ipcopip31 fi28 #if [[ -z "$ipcoptest" && ! -e /root/.ssh/known_hosts ]]; then 29 # echo "Testing ssh connection to IPCop ..." 30 # $SCRIPTSDIR/ipcop-test-ssh.exp $ipcopip 31 #fi 32 32 33 33 # restart ipcop's proxy 34 echo "Restarting ipcop's squid ..."35 exec_ipcop /usr/bin/find "/var/ipcop/urlfilter -name \*.db -exec chmod 666 '{}' \;"36 exec_ipcop /usr/local/bin/restartsquid34 #echo "Restarting ipcop's squid ..." 35 #exec_ipcop /usr/bin/find "/var/ipfire/urlfilter -name \*.db -exec chmod 666 '{}' \;" 36 #exec_ipcop /usr/local/bin/restartsquid 37 37 38 38 success=yes … … 60 60 services="openbsd-inetd atd cron openntpd linuxmuster-base" 61 61 for service in $services; do 62 /etc/init.d/$service start62 [ -e "$service" ] && /etc/init.d/$service start 63 63 done 64 64 … … 66 66 touch $INSTALLED 67 67 68 # reconfigure linuxmuster-base to fix what has been not yet fixed 69 dpkg-reconfigure linuxmuster-base68 # reconfigure linuxmuster-base to fix what has been not yet fixed, deprecated? 69 #dpkg-reconfigure linuxmuster-base 70 70 71 # repair linbo stuff, if necessary 72 [ "$imaging" = "linbo" ] && dpkg-reconfigure linuxmuster-linbo71 # repair linbo stuff, if necessary, deprecated? 72 #[ "$imaging" = "linbo" ] && dpkg-reconfigure linuxmuster-linbo 73 73 74 74 # apply workstation data if internal net has changed … … 92 92 fi 93 93 94 # apply workstation data if imaging has changed 95 if [[ "$1" = "--modify" && -z "$wsimport" && "$imaging" != "$imaging_old" && -s "$WIMPORTDATA" ]]; then96 import_workstations97 fi94 # apply workstation data if imaging has changed, deprecated 95 #if [[ "$1" = "--modify" && -z "$wsimport" && "$imaging" != "$imaging_old" && -s "$WIMPORTDATA" ]]; then 96 # import_workstations 97 #fi 98 98 99 # remove obsolete cron jobs 100 for i in kronolith2 php4 uucp; do101 [ -e "/etc/cron.d/$i" ] && rm /etc/cron.d/$i102 done99 # remove obsolete cron jobs, deprecated? 100 #for i in kronolith2 php4 uucp; do 101 # [ -e "/etc/cron.d/$i" ] && rm /etc/cron.d/$i 102 #done 103 103
Note: See TracChangeset
for help on using the changeset viewer.
