This commit is contained in:
ziggi
2020-01-24 13:37:20 +00:00
parent 0d5a7cf010
commit e1a0472701
4 changed files with 14 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
# $Id$
#
PORTNAME= m2store
PORTVERSION= 0.1.8
PORTVERSION= 0.1.10
CATEGORIES= www net
MAINTAINER= borodin@unix7.org
@@ -41,7 +41,7 @@ SUB_LIST+= APP_GROUP=${APP_GROUP}
SUB_LIST+= APP_OWNER_ID=${APP_OWNER_ID}
SUB_LIST+= APP_GROUP_ID=${APP_GROUP_ID}
USE_RC_SUBR= m2srv
USE_RC_SUBR= s2srv
#PORTEXAMPLES= *
#

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1578574870
SHA256 (onborodin-m2store-0.1.8_GH0.tar.gz) = b09cdf91dfc013cbc005fa31b860bde6b24a2e46e85fee5ddaf6c040ffa3831a
SIZE (onborodin-m2store-0.1.8_GH0.tar.gz) = 8742373
TIMESTAMP = 1579811875
SHA256 (onborodin-m2store-0.1.10_GH0.tar.gz) = c1850cb76642c707435f227145dfb0c27b22806c81fe25004ed3165f95142dae
SIZE (onborodin-m2store-0.1.10_GH0.tar.gz) = 3734495

View File

@@ -1,26 +1,26 @@
#!/bin/sh
#
# PROVIDE: m2srv
# PROVIDE: s2srv
# REQUIRE: LOGIN
# KEYWORD: shutdown
#
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
# to enable this service:
#
# m2srv_enable (bool): Set to NO by default.
# Set it to YES to enable m2srv.
# s2srv_enable (bool): Set to NO by default.
# Set it to YES to enable s2srv.
#
. /etc/rc.subr
name="m2srv"
rcvar=m2srv_enable
name="s2srv"
rcvar=s2srv_enable
command=%%PREFIX%%/sbin/${name}
load_rc_config $name
: ${m2srv_enable="NO"}
: ${s2srv_enable="NO"}
run_rc_command "$1"

View File

@@ -1,3 +1,3 @@
bin/m2cli
sbin/m2pwd
sbin/m2srv
bin/s2cli
sbin/s2pwd
sbin/s2srv