Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 313123 Details for
Bug 457451
ltsp-server-initialize 5.1.13-2 mis-uses ipcalc
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch for ipcalc bug in ltsp-server-initialize
ltsp-server-initialize_ipcalc-bug.patch (text/plain), 680 bytes, created by
David Johnston
on 2008-07-31 18:11:07 UTC
(
hide
)
Description:
patch for ipcalc bug in ltsp-server-initialize
Filename:
MIME Type:
Creator:
David Johnston
Created:
2008-07-31 18:11:07 UTC
Size:
680 bytes
patch
obsolete
>--- /usr/sbin/ltsp-server-initialize 2008-07-21 13:26:57.000000000 -0400 >+++ /tmp/ltsp-server-initialize 2008-07-31 13:33:36.000000000 -0400 >@@ -73,8 +73,8 @@ > [ "$IPADDR" ] || export IPADDR=$DEFAULTIP > [ "$NETMASK" ] || export NETMASK=$DEFAULTMASK > [ "$GATEWAY" ] || export GATEWAY=$DEFAULTIP >-[ "$BROADCAST" ] || export BROADCAST=`/bin/ipcalc -b $IPADDR $NETMASK` >-[ "$NETWORK" ] || export NETWORK=`/bin/ipcalc -n $IPADDR $NETMASK` >+[ "$BROADCAST" ] || export `/bin/ipcalc -b $IPADDR $NETMASK` >+[ "$NETWORK" ] || export `/bin/ipcalc -n $IPADDR $NETMASK` > > ####################################################################### > # update various configuration files
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 457451
: 313123