diff options
author | Than Ngo <than@redhat.com> | 2001-08-10 00:02:17 +0000 |
---|---|---|
committer | Than Ngo <than@redhat.com> | 2001-08-10 00:02:17 +0000 |
commit | 4c44202fdc79d3e3cf59c1772b67c54f2dd8c706 (patch) | |
tree | 4923cbc01d5179d0a137cc0662d5711e7cdb88e6 /initscripts.spec | |
parent | b07b3b8237f743f299eac0b38c68b98d26384023 (diff) | |
download | initscripts-4c44202fdc79d3e3cf59c1772b67c54f2dd8c706.tar initscripts-4c44202fdc79d3e3cf59c1772b67c54f2dd8c706.tar.gz initscripts-4c44202fdc79d3e3cf59c1772b67c54f2dd8c706.tar.bz2 initscripts-4c44202fdc79d3e3cf59c1772b67c54f2dd8c706.tar.xz initscripts-4c44202fdc79d3e3cf59c1772b67c54f2dd8c706.zip |
- don't set MSN if it' empty (it's now optional)
- don't give login name as a cmdline-option (Bug #23066)
Diffstat (limited to 'initscripts.spec')
-rw-r--r-- | initscripts.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index 8b101852..6a6304a1 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 6.13 +Version: 6.14 License: GPL Group: System Environment/Base Release: 1 @@ -238,6 +238,10 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/locale/*/LC_MESSAGES %changelog +* Fri Aug 10 2001 Than Ngo <than@redhat.com> +- don't set MSN if it' empty (it's now optional) +- don't give login name as a cmdline-option (Bug #23066) + * Thu Aug 9 2001 Bill Nottingham <notting@redhat.com> - require SysVinit (#51335) |