View | Details | Raw Unified | Return to bug 70858
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	openupsd
8
PORTNAME=	openupsd
9
PORTVERSION=	0.3.0
9
PORTVERSION=	0.3.1
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	http://frmb.org/download/
11
MASTER_SITES=	http://frmb.org/download/
12
12
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (openupsd-0.3.0.tar.gz) = 99cecb372895a8a08d9ae5b2d428a606
1
MD5 (openupsd-0.3.1.tar.gz) = 68b192b007fa80c0a26c13d2917be0d2
2
SIZE (openupsd-0.3.0.tar.gz) = 120596
2
SIZE (openupsd-0.3.1.tar.gz) = 122229
(-)files/openupsd.sh (-11 / +4 lines)
Lines 13-30 Link Here
13
name="openupsd"
13
name="openupsd"
14
rcvar=`set_rcvar`
14
rcvar=`set_rcvar`
15
15
16
start_cmd="${name}_start"
16
pidfile=/var/run/${name}.pid
17
stop_cmd="${name}_stop"
17
required_files=%%PREFIX%%/etc/${name}.conf
18
18
19
openupsd_start()
19
command=%%PREFIX%%/sbin/openupsd
20
{
20
command_args="-p ${pidfile}"
21
	%%PREFIX%%/sbin/openupsd
22
}
23
24
openupsd_stop()
25
{
26
	killall openupsd
27
}
28
21
29
load_rc_config $name
22
load_rc_config $name
30
run_rc_command "$1"
23
run_rc_command "$1"
(-)files/patch-support.c (-10 lines)
Removed Link Here
1
--- support.c.bak	Sun Aug 15 16:26:05 2004
2
+++ support.c	Sun Aug 15 16:26:13 2004
3
@@ -23,7 +23,6 @@
4
 #ifdef HAVE_STDLIB_H
5
 #include <stdlib.h>
6
 #endif
7
-#include <malloc.h>
8
 #include <sys/time.h>
9
 #include <netinet/in.h>
10
 #include <termios.h>

Return to bug 70858