SPECS: nail.spec - avoid extra shell

glen glen at pld-linux.org
Mon Jun 13 23:25:57 CEST 2005


Author: glen                         Date: Mon Jun 13 21:25:57 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- avoid extra shell

---- Files affected:
SPECS:
   nail.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/nail.spec
diff -u SPECS/nail.spec:1.8 SPECS/nail.spec:1.9
--- SPECS/nail.spec:1.8	Mon Jun 13 19:49:09 2005
+++ SPECS/nail.spec	Mon Jun 13 23:25:52 2005
@@ -55,7 +55,7 @@
 
 cat <<EOF >$RPM_BUILD_ROOT/bin/mail
 #!/bin/sh
-env bsdcompat=1 /bin/nail
+exec env bsdcompat=1 /bin/nail
 EOF
 
 install nail.rc $RPM_BUILD_ROOT/etc/skel/.mailrc
@@ -86,6 +86,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2005/06/13 21:25:52  glen
+- avoid extra shell
+
 Revision 1.8  2005/06/13 17:49:09  baggins
 - release 1.1
 - made it a full blown replacement for mailx package
@@ -112,4 +115,4 @@
 - fixed build
 
 Revision 1.1  2005/01/13 16:35:27  aredridel
- -added
+- added
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nail.spec?r1=1.8&r2=1.9&f=u




More information about the pld-cvs-commit mailing list