From 2f04de8898e5c1789358ae4bff177875d64805dd Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 27 Jun 2009 19:51:33 +0200 Subject: [PATCH] more specific grep --- input/howto/new-machine.creole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/howto/new-machine.creole b/input/howto/new-machine.creole index 86bced4..9685e5b 100644 --- a/input/howto/new-machine.creole +++ b/input/howto/new-machine.creole @@ -28,7 +28,7 @@ Note: this is partially obsolete now that we have [[puppet|howto/puppet-setup]]. * unless we want to keep it: {{{ - dpkg -l postfix | grep '^ii' && (dpkg --purge postfix && rm /etc/aliases) + dpkg -l postfix | grep '^ii postfix' && (dpkg --purge postfix && rm /etc/aliases) }}} * setup [[puppet|howto/puppet-setup]] -- 2.20.1