| Summary: | macroize control? | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Michael Shigorin <mike> |
| Component: | control | Assignee: | Dmitry V. Levin <ldv> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | enhancement | ||
| Priority: | P4 | CC: | ldv, placeholder |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
Could you suggest names for them, please? Implemented (slightly different) in control-0.6-alt2 Thanks! |
/etc/rpm/macros/d/control could implement several useful macros: %_sysconfdir/control.d/facilities/ (at least; or even %_sysconfdir/control.d/facilities/%name ?) [ $1 -eq 1 ] || /usr/sbin/control-dump %name if [ $1 -ge 2 ]; then /usr/sbin/control-restore %name else /usr/sbin/control %name public fi