| Bug#: 237279 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: matsuu@gentoo.org | Reported By: pva@gentoo.org | |
| Component: Applications | |||
| URL: | |||
| Summary: app-admin/puppet: enewuser/enewgroup die on their own, no need to "|| die" | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2008-09-10 10:10 0000 | |||
| Description: | Opened: 2008-09-10 10:10 0000 |
There is no need to provide "|| die" at the end of enewuser/enewgroup functions
as that functions die on there own. Please remove "|| die" at the end of
enew{user,group} functions. Thank you.