From e1a04727012b357bcbe6957a71da99de7907950b Mon Sep 17 00:00:00 2001 From: ziggi Date: Fri, 24 Jan 2020 13:37:20 +0000 Subject: [PATCH] --- my/m2store/Makefile | 4 ++-- my/m2store/distinfo | 6 +++--- my/m2store/files/{m2srv.in => s2srv.in} | 12 ++++++------ my/m2store/pkg-plist | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) rename my/m2store/files/{m2srv.in => s2srv.in} (59%) diff --git a/my/m2store/Makefile b/my/m2store/Makefile index 01a14e6c..4297cd8a 100644 --- a/my/m2store/Makefile +++ b/my/m2store/Makefile @@ -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= * # diff --git a/my/m2store/distinfo b/my/m2store/distinfo index 7c38c3f6..4af146e4 100644 --- a/my/m2store/distinfo +++ b/my/m2store/distinfo @@ -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 diff --git a/my/m2store/files/m2srv.in b/my/m2store/files/s2srv.in similarity index 59% rename from my/m2store/files/m2srv.in rename to my/m2store/files/s2srv.in index 4243e8f9..6118998a 100644 --- a/my/m2store/files/m2srv.in +++ b/my/m2store/files/s2srv.in @@ -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" diff --git a/my/m2store/pkg-plist b/my/m2store/pkg-plist index 7d9b9e2c..02ff5c5f 100644 --- a/my/m2store/pkg-plist +++ b/my/m2store/pkg-plist @@ -1,3 +1,3 @@ -bin/m2cli -sbin/m2pwd -sbin/m2srv +bin/s2cli +sbin/s2pwd +sbin/s2srv