Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 242198 - net-misc/vpnc uses non-POSIX "source" instead of "." in initscript
Summary: net-misc/vpnc uses non-POSIX "source" instead of "." in initscript
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Christian Faulhammer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-15 13:44 UTC by Martin Väth
Modified: 2008-10-16 16:46 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 Martin Väth 2008-10-15 13:44:31 UTC
In net-misc/vpnc/files/vpnc-2.init there is the non-POSIX line
  source /etc/conf.d/vpnc
which breaks e.g. on systems where /bin/sh is a symlink to dash.
Replacing "source" by the POSIX compliant "." would fix the issue.
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2008-10-16 16:46:00 UTC
Thanks for the hint, I wasn't aware that source is not POSIX...Fixed