diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-04-08 10:59:28 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-04-08 10:59:28 +0000 |
commit | 0a74f338821d454d0ef32e132a155f6e3485c254 (patch) | |
tree | b0f98f0b34885de9364243eafcf53e7c6d6ffa1c /net/irrd/files/irrd.in | |
parent | [NEW] net/irrd-legacy: Legacy V 2.X of net/irrd (diff) |
net/irrd: Update version 2.3.10=>4.0.8
- Change LICENSE to BSD2CLAUSE from BSD4CLAUSE
- Utilizes UID and GID irrd for 252
- Take MAINTAINERSHIP
- Mentioned in UPDATING
- Both irrd-legacy and irrd can bes installed and run concurrently
Approved by: ume (private mail)
Notes
Notes:
svn path=/head/; revision=531106
Diffstat (limited to 'net/irrd/files/irrd.in')
-rw-r--r-- | net/irrd/files/irrd.in | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net/irrd/files/irrd.in b/net/irrd/files/irrd.in deleted file mode 100644 index 72ac0ecefe40..000000000000 --- a/net/irrd/files/irrd.in +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -# PROVIDE: irrd -# REQUIRE: DAEMON -# BEFORE: LOGIN -# KEYWORD: shutdown - -# Define these irrd_* variables in one of these files: -# /etc/rc.conf -# /etc/rc.conf.local -# /etc/rc.conf.d/irrd -# -# DO NOT CHANGE THESE DEFAULT VALUES HERE -# -irrd_enable="${irrd_enable:-NO}" # Enable irrd -#irrd_program="%%PREFIX%%/sbin/irrd" # Location of irrd -irrd_flags="${irrd_flags:--u}" # Flags to irrd program - -. /etc/rc.subr - -name="irrd" -rcvar=irrd_enable -command="%%PREFIX%%/sbin/irrd" -required_files="%%PREFIX%%/etc/irrd.conf" - -load_rc_config $name -run_rc_command "$1" |