From 54fea477f9b4efcab580dad81fa3ad2b661e3e8f Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 23 Jul 2007 11:47:13 +0200 Subject: [PATCH] use aptitude safe-upgrade instead of aptitude upgrade --- debian/changelog | 7 +++++++ etc/zsh/zshrc | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e4472f8..260da10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 23 Jul 2007 11:46:54 +0200 + grml-etc-core (0.3.17) unstable; urgency=low The 'Man, what a lazy folk'-release diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 0d85b3e..4f41604 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -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} -- 2.1.4