mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
nbd: fixed runit service (nbd -> nbd-server).
This commit is contained in:
parent
49ee9b2fdc
commit
1937c924d8
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue