소스 검색

get the postgreyreport script running, too

Ralf S. Engelschall 21 년 전
부모
커밋
441e911b30
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      postgrey/postgrey.spec

+ 1 - 0
postgrey/postgrey.spec

@@ -96,6 +96,7 @@ AutoReqProv:  no
     %{l_shtool} install -c -m 755 \
         -e 's;#!/usr/bin/perl;#!%{l_prefix}/bin/perl;g' \
         -e 's;/var/spool/postfix/postgrey;%{l_prefix}/var/postgrey;' \
+        -e 's;\(=> .\)postgrey\(.\);\1%{l_rusr}\2;' \
         contrib/postgreyreport $RPM_BUILD_ROOT%{l_prefix}/sbin/
     %{l_shtool} install -c -m 644 \
         postgrey.8 contrib/postgreyreport.8 \