ports/opt (3.7): postfix: replaced egrep calls in postfix scripts
commit 9abc4acf99d1c3f41cfc5968ee1df45fdc8ab285 Author: Matt Housh <jaeger@crux.ninja> Date: Mon Feb 27 19:29:52 2023 -0600 postfix: replaced egrep calls in postfix scripts diff --git a/postfix/.signature b/postfix/.signature index 1f0a11172..846e3f1bc 100644 --- a/postfix/.signature +++ b/postfix/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/T8xrXWerm3+cdAf4aTSzB+eECTfVsu6cyxvNFGopNs36kjLSfXmt2/b8xo3RQ1G1kvywFLgLA3leke7N24xIAw= -SHA256 (Pkgfile) = 464c49f23acf895c445bbaa8545af1ca852adf07c9ecc95202c4493457cec43e +RWSE3ohX2g5d/dxQNfnXALFL07d3LSwS/zl/tL3YVi6TFVy1b3CjyOdwyVl/cSMyReWr2spRmF/8T31it9fhvitsdp5MV/z5/Qc= +SHA256 (Pkgfile) = f5fed5efdcd106b4a7268c57d54a63fdbac5ceb3a9308c65b2503be7515feda5 SHA256 (.footprint) = 0c117e4d6ca42a13ef6f2c030aff896a140958e8b6e96fe1ae7c682f70e588aa SHA256 (postfix-3.7.4.tar.gz) = 4c137a2303448f25993836837deeae87fac5d4d03af11ade8e9bead806328645 SHA256 (aliases) = b6de629cce43ed5dc06086c5742ebe85ccc7b59d085f0fec71d97e0e73a50271 diff --git a/postfix/Pkgfile b/postfix/Pkgfile index b08c19dde..8753ed986 100644 --- a/postfix/Pkgfile +++ b/postfix/Pkgfile @@ -26,7 +26,7 @@ build() { make non-interactive-package install_root=${PKG} \ config_directory=/etc/postfix \ daemon_directory=/usr/lib/postfix \ - mail_owner=mail \ + mail_owner=mail \ manpage_directory=/usr/share/man \ shlib_directory=/usr/lib/postfix @@ -41,6 +41,8 @@ build() { touch ${PKG}/etc/postfix/{aliases,access,canonical,relocated,transport,virtual}.db touch ${PKG}/etc/postfix/{relay_domains,body_checks,mime_header_checks} + + sed -i -e 's,egrep,grep -E,g' $PKG/usr/lib/postfix/postfix-{,tls-}script } # vim: set ts=4 et:
participants (1)
-
crux@crux.nu