Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 447632 - media-gfx/splash-themes-livedvd-12.0 - init.d helper scripts are not executables
Summary: media-gfx/splash-themes-livedvd-12.0 - init.d helper scripts are not executables
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Theo Chatzimichos (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-17 19:35 UTC by Alon Bar-Lev (RETIRED)
Modified: 2013-03-12 11:25 UTC (History)
2 users (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 Alon Bar-Lev (RETIRED) gentoo-dev 2012-12-17 19:35:04 UTC
The tarball contains scripts:
 scripts/rc_init-pre
 scripts/rc_exit-post

Both are correctly executable, as required by /sbin/splsah-functions.sh:

        # Handle -pre event hooks
        if [ -x "/etc/splash/${SPLASH_THEME}/scripts/${event}-pre" ]; then
                /etc/splash/"${SPLASH_THEME}"/scripts/${event}-pre ${args}
        fi

        # Handle -post event hooks
        if [ -x "/etc/splash/${SPLASH_THEME}/scripts/${event}-post" ]; then
                /etc/splash/"${SPLASH_THEME}"/scripts/${event}-post ${args}
        fi

The ebuild copies all the files removing executable from the script, result in skipping these helper.
Comment 1 Alon Bar-Lev (RETIRED) gentoo-dev 2013-01-16 22:00:24 UTC
Do you want me to fix this?
Comment 2 Pacho Ramos gentoo-dev 2013-02-03 15:09:37 UTC
Looks like they don't have problem with the patch
Comment 3 poletti.marco 2013-03-12 10:23:26 UTC
The ebuild wasn't revbumped. Why?
Unless people manually re-emerge splash-themes-livedvd, the helper scripts won't be executable, so people can still experience this issue.
Comment 4 Alon Bar-Lev (RETIRED) gentoo-dev 2013-03-12 11:25:31 UTC
(In reply to comment #3)
> The ebuild wasn't revbumped. Why?
> Unless people manually re-emerge splash-themes-livedvd, the helper scripts
> won't be executable, so people can still experience this issue.

I hoped maintainer will address the need. Anyway, I bumped it now.

Thanks!