diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-07-19 11:58:59 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-07-19 11:58:59 +0000 |
commit | b5ed954f0faf008c86fd042e1cb34ea76fdbf500 (patch) | |
tree | 2ebf2f681e87e4bd2b8c3cae68fbd4bd6d22581a /net/openbgpd/files/patch-bgpd_session.c | |
parent | - Update to 3.70 (diff) |
- Update net/openbgpd to 4.0.
- Add some information about the configuration file and its permissions.
Notes
Notes:
svn path=/head/; revision=195889
Diffstat (limited to 'net/openbgpd/files/patch-bgpd_session.c')
-rw-r--r-- | net/openbgpd/files/patch-bgpd_session.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/openbgpd/files/patch-bgpd_session.c b/net/openbgpd/files/patch-bgpd_session.c deleted file mode 100644 index 71f749f170db..000000000000 --- a/net/openbgpd/files/patch-bgpd_session.c +++ /dev/null @@ -1,15 +0,0 @@ ---- bgpd/session.c.orig Thu Sep 9 23:53:57 2004 -+++ bgpd/session.c Sun Mar 20 15:33:51 2005 -@@ -206,9 +206,12 @@ - setproctitle("session engine"); - bgpd_process = PROC_SE; - -+/* we don't have PF_KEY implemented in a way OpenBSD has -+ - if (pfkey_init(&sysdep) == -1) - fatalx("pfkey setup failed"); - -+*/ - if (setgroups(1, &pw->pw_gid) || - setegid(pw->pw_gid) || setgid(pw->pw_gid) || - seteuid(pw->pw_uid) || setuid(pw->pw_uid)) |