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