From: Peter Palfrader Date: Sat, 27 Jun 2009 17:51:33 +0000 (+0200) Subject: more specific grep X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=2f04de8898e5c1789358ae4bff177875d64805dd;p=mirror%2Fdsa-wiki.git more specific grep --- 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]]