Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107384 - dnstouch is in the wrong directory
Summary: dnstouch is in the wrong directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-27 04:45 UTC by Mathieu ALORENT
Modified: 2005-12-11 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu ALORENT 2005-09-27 04:45:50 UTC
I've emerged net-dns/ndu. Trying to edit a dns zone with the dnsedit command
hang, with the message : /usr/sbin/dnstouch: No such file or directory

- should dnstouch be moved from /usr/bin to /usr/sbin (I recommend this, as it
is a system tool)
or
- dnsedit should use /usr/bin/dnstouch insted of /usr/sbin/dnstouch

as a workaround, I linked /usr/bin/dnstouch to /usr/sbin/dnstouch
ln -s /usr/bin/dnstouch /usr/sbin/dnstouch

Reproducible: Always
Steps to Reproduce:
1. emerge ndu
2. dnsedit /etc/bind/pri/myzone.zone
3. modify the zone
4. save & quit

Actual Results:  
# dnsedit myzone.zone
/usr/sbin/dnsedit: line 22: /usr/sbin/dnstouch: No such file or directory
ndu version 0.4: DNS reverse file generator
Written by John Newbigin (jn@it.swin.edu.au)
updated


Expected Results:  
Should use the dnstouch command in the /usr/sbin dir, but does not exists

the dnstouch command is not installed in the /usr/sbin but in /usr/bin



>>> Install ndu-0.4-r2 into /var/tmp/portage/ndu-0.4-r2/image/ category net-dns
man:
prepallstrip:
strip: i386-pc-linux-gnu-strip --strip-unneeded
strip: i386-pc-linux-gnu-strip --strip-unneeded
   usr/sbin/ndu
   usr/bin/dnstouch
>>> Completed installing ndu-0.4-r2 into /var/tmp/portage/ndu-0.4-r2/image/

>>> Merging net-dns/ndu-0.4-r2 to /
--- /usr/
--- /usr/sbin/
>>> /usr/sbin/dnsedit
>>> /usr/sbin/ndu
--- /usr/bin/
>>> /usr/bin/dnstouch
--- /usr/share/
--- /usr/share/doc/
>>> /usr/share/doc/ndu-0.4-r2/
>>> /usr/share/doc/ndu-0.4-r2/README.gz
>>> /usr/share/doc/ndu-0.4-r2/INSTALL.gz
--- /etc/
--- /etc/bind/
>>> /etc/bind/ndu.conf
>>> Regenerating /etc/ld.so.cache...
>>> net-dns/ndu-0.4-r2 merged.
>>> Recording net-dns/ndu in "world" favorites file...

>>> clean: No packages selected for removal.

>>> Auto-cleaning packages ...

>>> No outdated packages were found on your system.


 * GNU info directory index is up-to-date.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-12-11 19:42:17 UTC
fixed in cvs.