Bug 1032577 - Move files from /* to /usr/*
Summary: Move files from /* to /usr/*
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: rsyslog
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
Assignee: Tomas Heinrich
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-20 12:22 UTC by Tomas Heinrich
Modified: 2016-09-20 04:51 UTC (History)
5 users (show)

Fixed In Version: rsyslog-7.4.7-1.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-09 12:51:54 UTC
Type: Bug


Attachments (Terms of Use)

Description Tomas Heinrich 2013-11-20 12:22:04 UTC
Description of problem:

The rsyslog packages install files into /bin, /lib, /lib64 and /sbin. These should be moved to /usr/* per https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelines#Effect_of_the_UsrMove_Fedora_Feature

Version-Release number of selected component (if applicable):
rsyslog-7.4.2-2.fc20

Steps to Reproduce:
$ rpm -ql rsyslog

Actual results:
$ rpm -ql rsyslog | grep rsyslogd
/sbin/rsyslogd

Expected results:
$ rpm -ql rsyslog | grep rsyslogd
/usr/sbin/rsyslogd


Note You need to log in before you can comment on or make changes to this bug.