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 297152 Details for
Bug 435593
Review Request: ocsinventory-agent - Open Computer and Software Inventory Next Generation client
[?]
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]
set the local and server options only if they are set
ocsinventory-agent.cron.diff (text/plain), 616 bytes, created by
Patrice Dumas
on 2008-03-07 09:14:08 UTC
(
hide
)
Description:
set the local and server options only if they are set
Filename:
MIME Type:
Creator:
Patrice Dumas
Created:
2008-03-07 09:14:08 UTC
Size:
616 bytes
patch
obsolete
>--- ocsinventory-agent.cron-orig 2008-03-07 09:56:08.000000000 +0100 >+++ ocsinventory-agent.cron 2008-03-07 10:00:06.000000000 +0100 >@@ -1,4 +1,4 @@ >-#!/bin/sh >+#!/bin/bash > NAME=ocsinventory-agent > > exec >>/var/log/$NAME/$NAME.log 2>&1 >@@ -19,10 +19,10 @@ > OPTS="$OPTS --tag=${OCSTAG[$i]}" > fi > >- if [ -z "${OCSSERVER[$i]}" ]; then >+ if [ "z${OCSSERVER[$i]}" = 'zlocal' ]; then > # Local inventory > OPTS="$OPTS --local=/var/lib/$NAME" >- else >+ elif [ ! -z "${OCSSERVER[$i]}" ]; then > # Remote inventory > OPTS="$OPTS --lazy --server=${OCSSERVER[$i]}" > fi
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 435593
: 297152 |
297153