Skip to content

Commit

Permalink
sys-apps/openrc: sync live ebuild
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
williamh committed May 24, 2016
1 parent 04acb29 commit 9686ea1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions sys-apps/openrc/openrc-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -279,13 +279,10 @@ pkg_postinst() {
cp -RPp "${EROOT}"usr/share/${PN}/runlevels/shutdown/* \
"${EROOT}"etc/runlevels/shutdown
fi
fi

# Added for 0.21
if [[ ! -e "${EROOT}"etc/runlevels/nonetwork ]]; then
einfo "copying default nonetwork runlevel"
cp -RPp "${EROOT}"usr/share/${PN}/runlevels/nonetwork \
"${EROOT}"etc/runlevels
if [[ ! -e "${EROOT}"etc/runlevels/nonetwork/local ]]; then
cp -RPp "${EROOT}"usr/share/${PN}/runlevels/nonetwork \
"${EROOT}"etc/runlevels
fi
fi

if use hppa; then
Expand Down

0 comments on commit 9686ea1

Please sign in to comment.