diff options
-rw-r--r-- | ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -1,3 +1,42 @@ +2001-02-19 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/functions: + fix some ## substitutions to be correct + + * rc.d/init.d/network: + if IPv6 is configured, make sure it's available + +2001-02-18 I18N Processor <i18n@redhat.com> + + * po/pt.po: + Auto-update by pmmm@rnl.ist.utl.pt + +2001-02-18 Bill Nottingham <notting@redhat.com> + + * src/initlog.c: + fix segfaults in popt when called with bogus stuff (#28140) + +2001-02-17 I18N Processor <i18n@redhat.com> + + * po/tr.po: + Auto-update by nilgun@technologist.com + +2001-02-16 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: + disable hotplug if 'nomodules' is specified + + * rc.d/init.d/functions: + use 'su -' , not just 'su' (#26894) + +2001-02-15 Nalin Dahyabhai <nalin@redhat.com> + + * ChangeLog, initscripts.spec, rc.d/init.d/functions: + - make pidofproc() and killproc() try to use the PID associated with the full + pathname first before killing the daemon by its basename (for daemons that + share the same basename, i.e. "master" in postfix and cyrus-imapd) (#19016) + - fix status() as well + 2001-02-15 Nalin Dahyabhai <nalin@redhat.com> * initscripts.spec: 5.64.2-1 |