]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- egrep -> grep -E
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 16 Dec 2010 11:42:35 +0000 (11:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postfix.init -> 1.29

postfix.init

index 459e2d7a2e43c3211e2b6a3706202d86fe0ebe5b..c44be2f67004641c112efc5927f2727d7c4c410d 100644 (file)
@@ -112,7 +112,7 @@ case "$1" in
        ;;
   rebuilddb)
        standard_db="access canonical relocated transport virtual"
-       extra_db=$(ls -1 /etc/mail/*.db 2> /dev/null | egrep -v '/(access|canonical|relocated|transport|virtual|aliases)\.db$')
+       extra_db=$(ls -1 /etc/mail/*.db 2> /dev/null | grep -Ev '/(access|canonical|relocated|transport|virtual|aliases)\.db$')
 
        echo -n "Rebuilding databases: "
        for base in $standard_db $extra_db; do
This page took 0.031914 seconds and 4 git commands to generate.