Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 184891 - net-voip/gnugk-2.2.5 - init.d and conf.d files missing
Summary: net-voip/gnugk-2.2.5 - init.d and conf.d files missing
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-10 19:50 UTC by Mike
Modified: 2007-07-10 20:14 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 Mike 2007-07-10 19:50:39 UTC
From the ebuild:

        newinitd ${FILESDIR}/gnugk.rc6 gnugk
        newconfd ${FILESDIR}/gnugk.confd gnugk

From the distribution:
$ tar -tvzf /usr/portage/distfiles/gnugk-2.2.5.tar.gz | egrep "gnugk\.rc6" ; echo $?
1
$ tar -tvzf /usr/portage/distfiles/gnugk-2.2.5.tar.gz | egrep "gnugk\.confd" ; echo $?
1


Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-07-10 19:53:19 UTC
(In reply to comment #0)

From the tree:

$ ls /usr/portage/net-voip/gnugk/files/
gnugk.confd  gnugk.rc6
Comment 2 Mike 2007-07-10 20:04:47 UTC
The files exist in the directory you note, but the ebuild did not copy them into the /etc/init.d and /etc/conf.d directories. 

$ ls /usr/portage/net-voip/gnugk/files/
gnugk.confd  gnugk.rc6

$ ls /etc/init.d/
apache2      cupsd         halt.sh     modules       nscd        rsyncd        urandom
bootmisc     dbus          hdparm      mysql         ntp-client  runscript.sh  vixie-cron
checkfs      depscan.sh    hostname    mysqlmanager  ntpd        shutdown.sh   xdm
checkroot    esound        hotplug     net.eth0      numlock     slapd         xinetd
clock        functions.sh  keymaps     net.eth1      proftpd     slurpd
consolefont  fuse          local       net.lo        reboot.sh   sshd
crypto-loop  gpm           localmount  netmount      rmnologin   syslog-ng

$ ls /etc/conf.d/ 
apache2      crypto-loop    gpm       local.start   net          rc      usb
bootmisc     domainname     hdparm    local.stop    net.example  rsyncd  wireless.example
clock        env_whitelist  hostname  mysql         ntp-client   slapd   xdm
consolefont  esound         keymaps   mysqlmanager  ntpd         sshd    xinetd
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-07-10 20:14:24 UTC
It copies them just fine here; re-emerge it.