Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 169968 - app-shells/sandboxshell-0.3-r2 bad name for the config file
Summary: app-shells/sandboxshell-0.3-r2 bad name for the config file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-08 17:06 UTC by Ali Polatel (RETIRED)
Modified: 2007-03-09 11:46 UTC (History)
1 user (show)

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 Ali Polatel (RETIRED) gentoo-dev 2007-03-08 17:06:21 UTC
app-shells/sandboxshell-0.3-r2 installs the config file with name sandboxshell-r1.conf which should have the name sandboxshell.conf as sandboxshell tool has the line:
  exec /bin/bash --init-file /etc/sandboxshell.conf.

  -doins "${FILESDIR}"/sandboxshell-r1.conf
  +newins "${FILESDIR}"/sandboxshell-r1.conf sandboxshell.conf
  
  in the ebuild fixes the issue.
Comment 1 SpanKY gentoo-dev 2007-03-09 00:12:54 UTC
fixed with 0.3-r3
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2007-03-09 11:46:53 UTC
Sorry about that.