Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156721 - emerge option to shutdown when finished
Summary: emerge option to shutdown when finished
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-30 14:11 UTC by Fabio Rossi
Modified: 2006-11-30 14:50 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 Fabio Rossi 2006-11-30 14:11:43 UTC
Could it be useful an emerge option (for example --halt) to say to shutdown the machine at the end of the emerge process?
Comment 1 Lukasz Slonina 2006-11-30 14:17:28 UTC
just use:

emerge something; shutdown -h now 

:) it works :)
Comment 2 Fabio Rossi 2006-11-30 14:29:56 UTC
(In reply to comment #1)
> just use:
> 
> emerge something; shutdown -h now 
> 
> :) it works :)

Yes, I know. I already use that statment or something like

emerge something; shutdown -h +1

(so I can stop the process without halting the system).
Comment 3 Zac Medico gentoo-dev 2006-11-30 14:50:22 UTC
This is request is beyond the scope of features that need to be included in portage itself.  You can can trigger anything that you want by using a wrapper script.