[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Jessie/Upgrades" by WolfgangSchweer

Debian Wiki debian-www at lists.debian.org
Thu Mar 12 09:57:49 UTC 2015


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "DebianEdu/Documentation/Jessie/Upgrades" page has been changed by WolfgangSchweer:
https://wiki.debian.org/DebianEdu/Documentation/Jessie/Upgrades?action=diff&rev1=14&rev2=15

Comment:
improve formatting; thanks to Holger.

  apt-get -y upgrade
  }}}
  
-  * Remove diversion; debian-edu-config's postinst seems to do it too late (Debian bug DebianBug:779641).
+  * Remove diversion; the postinst from {{{debian-edu-config}}} seems to do it too late (Debian bug DebianBug:779641).
  
  {{{
  dpkg-divert --remove /usr/share/pam-configs/krb5
@@ -57, +57 @@

  apt-get -y dist-upgrade
  }}}
  
- If apt-get still finishes with an error, try to fix it and/or run the
+ If {{{apt-get}}} still finishes with an error, try to fix it and/or run the
- apt-get commands again, esp. apt-get -f install.
+ {{{apt-get}}} commands again, esp. {{{apt-get -f install}}}.
  
   * Install additional package to make PXE work (Debian bug DebianBug:779644).
  
@@ -66, +66 @@

  apt-get -y install pxelinux
  }}}
  
-  * Install squid3 as squid is deprecated and missing in jessie (Debian bug DebianBug:779649).
+  * Install {{{squid3}}} as {{{squid}}} is deprecated and missing in jessie (Debian bug DebianBug:779649).
  
  {{{
  apt-get -y install squid3
@@ -90, +90 @@

  cp /etc/krb5.conf.backup /etc/krb5.conf
  }}}
  
-  * Replace squid with squid3, keep the cache; a new swap file will be generated and the cache index be rebuilt upon first squid3 start.
+  * Replace {{{squid}}} with {{{squid3}}}, keep the cache; a new swap file will be generated and the cache index be rebuilt upon first {{{squid3}}} start.
  
  {{{
  service squid stop
@@ -101, +101 @@

  apt-get -y purge squid squid-common
  }}}
  
-  * Regenerate gosa.secrets to make GOsa² work with new php version; backup gosa.conf just in case it has been modified.
+  * Regenerate {{{gosa.secrets}}} to make GOsa² work with new php version; backup {{{gosa.conf}}} just in case it has been modified.
  
  {{{
  rm /etc/gosa/gosa.secrets
@@ -151, +151 @@

  ltsp-chroot -m -a i386 apt-get -y dist-upgrade
  }}}
  
- If apt-get still finishes with an error, try to fix it and/or run the apt-get commands again, esp. apt-get -f install.
+ If {{{apt-get}}} still finishes with an error, try to fix it and/or run the {{{apt-get}}} commands again, esp. {{{apt-get -f install}}}.
  
   * Install missing packages in the LTSP chroot (Debian bug DebianBug:779647).
  



More information about the debian-edu-commits mailing list