View | Details | Raw Unified | Return to bug 248973 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	kea
3
PORTNAME=	kea
4
PORTVERSION=	${ISCVERSION:S/-P/P/:S/-beta/b/:S/a/.a/:S/rc/.rc/}
4
PORTVERSION=	${ISCVERSION:S/-P/P/:S/-beta/b/:S/a/.a/:S/rc/.rc/}
5
PORTREVISION=	1
5
CATEGORIES=	net
6
CATEGORIES=	net
6
MASTER_SITES=	ISC/kea/${ISCVERSION}
7
MASTER_SITES=	ISC/kea/${ISCVERSION}
7
DISTNAME=	${PORTNAME}-${ISCVERSION}
8
DISTNAME=	${PORTNAME}-${ISCVERSION}
(-)files/kea.in (-1 / +1 lines)
Lines 3-9 Link Here
3
#
3
#
4
# PROVIDE: kea
4
# PROVIDE: kea
5
# REQUIRE: netif routing
5
# REQUIRE: netif routing
6
# KEYWORD: nojail shutdown
6
# KEYWORD: shutdown
7
7
8
#
8
#
9
# Add the following to /etc/rc.conf[.local] to enable this service
9
# Add the following to /etc/rc.conf[.local] to enable this service
(-)files/patch-src_bin_keactrl_keactrl.in (+13 lines)
Line 0 Link Here
1
--- src/bin/keactrl/keactrl.in.orig	2020-09-19 18:36:01 UTC
2
+++ src/bin/keactrl/keactrl.in
3
@@ -518,8 +518,8 @@ ${args}" 1
4
 
5
     status)
6
         if [ -t 1 ]; then
7
-            inactive="\033[91minactive\e[0m"
8
-            active="\033[92mactive\e[0m"
9
+            inactive="\033[91minactive\033[0m"
10
+            active="\033[92mactive\033[0m"
11
         else
12
             inactive="inactive"
13
             active="active"

Return to bug 248973