Bug 238251
| Summary: | file-types typo in init file | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paul Jenner <psj> | ||||
| Component: | gmediaserver | Assignee: | Karol Trzcionka <karlikt> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 0.12.0-8 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-04-28 15:19:08 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Paul Jenner
2007-04-28 10:04:37 UTC
Created attachment 153698 [details]
patch to resolve typo
thanks for report, fixed iff -u -r1.1 -r1.2 --- gmediaserver.init 21 Apr 2007 21:31:33 -0000 1.1 +++ gmediaserver.init 28 Apr 2007 15:08:11 -0000 1.2 @@ -44,8 +44,8 @@ [ $port ] && OPTIONS="$OPTIONS --port=$port "; [ $timestamp ] && OPTIONS="$OPTIONS --timestamp=$timestamp "; [ $profile ] && OPTIONS="$OPTIONS --profile=$profile "; -[ $filetypes ] && OPTIONS="$OPTIONS --filetypes=$filetypes "; -[ $expiretime ] && OPTIONS="$OPTIONS --expiretime=$expiretime "; +[ $filetypes ] && OPTIONS="$OPTIONS --file-types=$filetypes "; +[ $expiretime ] && OPTIONS="$OPTIONS --expire-time=$expiretime "; [ -d "$dir" ] || dir=/srv/gmediaserver; OPTIONS="$OPTIONS $dir"; |