FreeBSD Bugzilla – Attachment 192654 Details for
Bug 227640
[PATCH] sysutils/znapzend: update to version 0.18.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update port to version 0.18.0 and improve rc script
znapzend-0.18.diff (text/plain), 1.41 KB, created by
freebsd
on 2018-04-19 14:28:39 UTC
(
hide
)
Description:
Update port to version 0.18.0 and improve rc script
Filename:
MIME Type:
Creator:
freebsd
Created:
2018-04-19 14:28:39 UTC
Size:
1.41 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 467768) >+++ Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= znapzend >-PORTVERSION= 0.17.0 >+PORTVERSION= 0.18.0 > DISTVERSIONPREFIX= v > CATEGORIES= sysutils > >Index: distinfo >=================================================================== >--- distinfo (revision 467768) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1492393207 >-SHA256 (oetiker-znapzend-v0.17.0_GH0.tar.gz) = e64a689babe50140b2f922c78a875dd8750e9c95dad017e231a9b747e6a7cd9e >-SIZE (oetiker-znapzend-v0.17.0_GH0.tar.gz) = 151268 >+TIMESTAMP = 1523901166 >+SHA256 (oetiker-znapzend-v0.18.0_GH0.tar.gz) = d0ce257c6f92edc14adff33c2f6db851f101a6ce67401e3eca1c477090b0826c >+SIZE (oetiker-znapzend-v0.18.0_GH0.tar.gz) = 157581 >Index: files/znapzend.in >=================================================================== >--- files/znapzend.in (revision 467768) >+++ files/znapzend.in (working copy) >@@ -15,16 +15,19 @@ > > . /etc/rc.subr > >-name="znapzend" >-rcvar="znapzend_enable" >+name=znapzend >+desc="Znapzend backup daemon" >+rcvar=znapzend_enable > > load_rc_config $name > >-: ${znapzend_enable="NO"} >+: ${znapzend_enable:=NO} > >+extra_commands=reload >+command_interpreter=/usr/local/bin/perl >+sig_reload=HUP > pidfile=/var/run/${name}.pid > command=%%PREFIX%%/bin/${name} > command_args="--daemonize --pidfile=${pidfile}" > > run_rc_command "$1" >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 227640
:
192654
|
192908