nbd: fixed runit service (nbd -> nbd-server).

This commit is contained in:
Juan RP 2014-10-27 18:31:04 +01:00
parent 49ee9b2fdc
commit 1937c924d8
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
exec nbd -d 2>&1
exec nbd-server -d 2>&1

View File

@ -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"