FS#1352 - traceroute in /usr/bin

Attached to Project: Arch Linux
Opened by Julian Wiesener (yofuh) - Monday, 30 August 2004, 15:15 GMT
Task Type Feature Request
Category Packages: Current
Status Closed
Assigned To No-one
Architecture not specified
Severity Very Low
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

Hi,

i think it's a good idea to have traceroute in /usr/bin instead of /usr/sbin.

build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --sbindir=/usr/bin/
make || return 1
mkdir -p $startdir/pkg/usr/bin
make DESTDIR=$startdir/pkg install
}
This task depends upon

Closed by  dorphell (dorphell)
Saturday, 08 January 2005, 17:17 GMT
Reason for closing:  Won't implement
Comment by Dale Blount (dale) - Tuesday, 14 September 2004, 20:55 GMT
/usr/sbin is the standard location for traceroute...

Loading...