|
Bugzilla – Full Text Bug Listing |
| Summary: | network:dhcp: Syntax errors in init script "rc.dhcrelay" | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.3 | Reporter: | Bernd Leibing <bernd.leibing> |
| Component: | Network | Assignee: | Marius Tomaschewski <mt> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | openSUSE 11.3 | ||
| Whiteboard: | . | ||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Deadline: | 2011-05-16 | ||
| Attachments: | Possible patch | ||
Thanks, for the report! Fixed: - if "$SUPPORTS_HUP" = "yes" ; then + if [ "$SUPPORTS_HUP" = "yes" ] ; then in network:dhcp project and http://download.opensuse.org/repositories/home:/mtomaschewski:/branches:/openSUSE:/11.3:/Update:/Test/ The SWAMPID for this issue is 40346. This issue was rated as low. Please submit fixed packages until 2011-05-16. Also create a patchinfo file using this link: https://swamp.suse.de/webswamp/wf/40346 Update released for: dhcp, dhcp-client, dhcp-debuginfo, dhcp-debugsource, dhcp-devel, dhcp-relay, dhcp-server Products: SLE-DEBUGINFO 11-SP1 (i386, ia64, ppc64, s390x, x86_64) SLE-DESKTOP 11-SP1 (i386, x86_64) SLE-SDK 11-SP1 (i386, ia64, ppc64, s390x, x86_64) SLE-SERVER 11-SP1 (i386, ia64, ppc64, s390x, x86_64) SLES4VMWARE 11-SP1 (i386, x86_64) |
Created attachment 396491 [details] Possible patch User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.10) Gecko/20100914 SUSE/3.6.10-0.3.1 Firefox/3.6.10 # rcdhcrelay reload /usr/sbin/rcdhcrelay: line 168: no: command not found This is because of a syntax error. rcdhcrelay force-reload rcdhcrelay6 reload rcdhcrelay6 force-reload have similar problems. Reproducible: Always Steps to Reproduce: 1. 2. 3.