PATCH : 'make cert' should use NEWSUSER/NEWSGROUP
Ed Korthof
edk at collab.net
Mon Dec 11 03:07:58 UTC 2000
The attached patch changes Makefile to use $(NEWSUSER)/$(NEWSGROUP),
rather than 'news'. This is against 2.3, which I downloaded a few days
ago.
thanks --
Ed
--
+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=
| Ed Korthof | edk at collab.net | 650-228-2527 |
+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=
-- Attached file included as plaintext by Listar --
--- Makefile.orig Sun Dec 10 10:49:51 2000
+++ Makefile Sun Dec 10 10:50:38 2000
@@ -97,8 +97,8 @@
$(SSLBIN)/openssl req -new -x509 -nodes \
-out $(PATHLIB)/cert.pem -days 366 \
-keyout $(PATHLIB)/cert.pem
- chown news $(PATHLIB)/cert.pem
- chgrp news $(PATHLIB)/cert.pem
+ chown $(NEWSUSER) $(PATHLIB)/cert.pem
+ chgrp $(NEWSGROUP) $(PATHLIB)/cert.pem
chmod 640 $(PATHLIB)/cert.pem
More information about the inn-bugs
mailing list