mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
traceroute: change the provided alternative to an existing man page
This commit is contained in:
parent
ec53914209
commit
12db52dd0b
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'traceroute'
|
# Template file for 'traceroute'
|
||||||
pkgname=traceroute
|
pkgname=traceroute
|
||||||
version=2.1.0
|
version=2.1.0
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="Traces the route taken by packets over an IPv4/IPv6 network"
|
short_desc="Traces the route taken by packets over an IPv4/IPv6 network"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -11,7 +11,7 @@ checksum=3669d22a34d3f38ed50caba18cd525ba55c5c00d5465f2d20d7472e5d81603b6
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
traceroute:traceroute:/usr/bin/linux-traceroute
|
traceroute:traceroute:/usr/bin/linux-traceroute
|
||||||
traceroute:traceroute.1:/usr/share/man/man1/linux-traceroute.1
|
traceroute:traceroute.8:/usr/share/man/man8/linux-traceroute.8
|
||||||
"
|
"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue