nbd: fixed runit service (nbd -> nbd-server).
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec nbd -d 2>&1
|
exec nbd-server -d 2>&1
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'nbd'
|
# Template file for 'nbd'
|
||||||
pkgname=nbd
|
pkgname=nbd
|
||||||
version=3.8
|
version=3.8
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-syslog --sbindir=/usr/bin"
|
configure_args="--enable-syslog --sbindir=/usr/bin"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
|||||||
Reference in New Issue
Block a user