Группа :: Система/Основа
Пакет: control
Главная Изменения Спек Патчи Загрузить Bugs and FR
9 июля 2008 Michael Shigorin <mike at altlinux.org> 0.7.4-alt0.M24.1
- built for M24
- functions/stat_file: Speed up.
- control: Changed facility names filter to allow dots in facility
names and disallow rpmi and editor backup files (legion).
- functions/is_builtin_mode: handle "help *" and "summary".
- control: New builtin directive: summary.
- control.8: Document help and status directives.
- functions/{new_summary,control_summary}: New functions.
- functions/{control_fmode,control_subst}: Use control_summary.
- Optimized functions for speed.
- functions/new_subst:
+ extended to support several rules for each mode (legion). - Do not add private functions to the .provides.sh file.
- functions/stat_file: fixed "find -maxdepth" warning.
- functions/{new_help,control_help}:
new functions for help support. - functions/control_list:
new function for use by complex facilities. - functions/control_fmode:
don't change files when the new setting is the same. - Packaged /etc/control.d/.provides.sh file.
- functions: use colon instead of dot as user/group name
separator with invocations of chown(1). - Added rpm macros file (#2972).
- Synced with owl-control-0.6:
* Fri Apr 18 2003 Solar Designer <solar@owl.openwall.com> 0.6-owl1 - Avoid *roff commands within .SH NAME to not confuse makewhatis
and apropos(1).
- control-restore: be more verbose.
- Refined output for facilities with slashes.
- Synced with owl-control-0.5:
* Wed Jan 08 2003 Solar Designer <solar@owl.openwall.com> - Wrote control(8) and control-dump(8) manual pages.
- Synced with owl-control-0.4, including:
+ minor syntax fixes in control, control-dump and control-restore;
+ in control_subst(), don't rewrite files when the new setting is the same.
- ALT adaptions.
- Added control-dump and control-restore utilities.
- Use grep -q in the provided shell functions.
- Enforce our new spec file conventions.
- Support extended regexp's in control_subst().
- Various important changes to the provided shell functions.
- Wrote the package description.
- Moved the symlink: /sbin/control is now /usr/sbin/control.
- Initial version.