Compare commits

..

No commits in common. "master" and "v1.2" have entirely different histories.
master ... v1.2

2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
PORTNAME= carp_exporter PORTNAME= carp_exporter
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 1.2 DISTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= sysutils CATEGORIES= sysutils
MASTER_SITES= https://git.nosd.in/yo/carp_exporter/archive/ MASTER_SITES= https://git.nosd.in/yo/carp_exporter/archive/
DISTNAME= ${DISTVERSIONPREFIX}${DISTVERSION} DISTNAME= ${DISTVERSIONPREFIX}${DISTVERSION}

View File

@ -31,7 +31,7 @@ load_rc_config $name
command="python3" command="python3"
command_args="/usr/local/bin/carp_exporter.py > ${carp_exporter_logfile} 2>&1" command_args="/usr/local/bin/carp_exporter.py > ${carp_exporter_logfile} 2>&1"
start_cmd="/usr/sbin/daemon -u ${carp_exporter_user} -p ${carp_exporter_pidfile} ${command} ${command_args}" start_cmd="/usr/sbin/daemon -u ${carp_exporter_user} ${command} ${command_args}"
start_precmd="${name}_prestart" start_precmd="${name}_prestart"
carp_exporter_prestart() carp_exporter_prestart()