use aptitude safe-upgrade instead of aptitude upgrade
authorMichael Prokop <mika@grml.org>
Mon, 23 Jul 2007 09:47:13 +0000 (11:47 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 23 Jul 2007 09:47:13 +0000 (11:47 +0200)
debian/changelog
etc/zsh/zshrc

index e4472f8..260da10 100644 (file)
@@ -1,3 +1,10 @@
+grml-etc-core (0.3.18) unstable; urgency=low
+
+  * /etc/zsh/zshrc:
+    - use aptitude safe-upgrade instead of aptitude upgrade
+
+ -- Michael Prokop <mika@grml.org>  Mon, 23 Jul 2007 11:46:54 +0200
+
 grml-etc-core (0.3.17) unstable; urgency=low
 
   The 'Man, what a lazy folk'-release
index 0d85b3e..4f41604 100644 (file)
@@ -922,8 +922,8 @@ Enjoy your grml system with the zsh!$reset_color"
     salias ag="apt-get upgrade"
     #a3# Execute \kbd{apt-get update}
     salias au="apt-get update"
-    #a3# Execute \kbd{aptitude update ; aptitude upgrade}
-    salias -a up="aptitude update ; aptitude upgrade"
+    #a3# Execute \kbd{aptitude update ; aptitude safe-upgrade}
+    salias -a up="aptitude update ; aptitude safe-upgrade"
     #a3# Execute \kbd{dpkg-buildpackage}
     alias dbp='dpkg-buildpackage'
     #a3# Execute \kbd{grep-excuses}