Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 242198

Summary: net-misc/vpnc uses non-POSIX "source" instead of "." in initscript
Product: Gentoo Linux Reporter: Martin Väth <martin>
Component: New packagesAssignee: Christian Faulhammer (RETIRED) <fauli>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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