mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
wicd: prevent spamming the tty
This commit is contained in:
parent
0da903ce02
commit
fbe8e0a9d5
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
sv check dbus >/dev/null || exit 1
|
sv check dbus >/dev/null || exit 1
|
||||||
exec wicd --no-daemon
|
exec chpst -1 wicd --no-daemon
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wicd'
|
# Template file for 'wicd'
|
||||||
pkgname=wicd
|
pkgname=wicd
|
||||||
version=1.7.4
|
version=1.7.4
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
hostmakedepends="python python-setuptools python-Babel"
|
hostmakedepends="python python-setuptools python-Babel"
|
||||||
depends="dbus-glib dhcpcd ethtool net-tools python-dbus python-gobject2 python-urwid
|
depends="dbus-glib dhcpcd ethtool net-tools python-dbus python-gobject2 python-urwid
|
||||||
|
|
Loading…
Add table
Reference in a new issue