Ohad Basan has uploaded a new change for review. Change subject: packaging: change refence to new sysctl.conf location ......................................................................
packaging: change refence to new sysctl.conf location in fedora 18 the location of /etc/sysctl.conf had changed to /usr/lib/sysctl.d/00-system.conf This patch changes the reference to the correct file Change-Id: I9ca4988beea1627b2da442a7fcf8fef3cf3db6a5 Signed-off-by: Ohad Basan <[email protected]> --- M packaging/fedora/setup/basedefs.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/05/8705/1 diff --git a/packaging/fedora/setup/basedefs.py b/packaging/fedora/setup/basedefs.py index 801b42a..d2611f4 100644 --- a/packaging/fedora/setup/basedefs.py +++ b/packaging/fedora/setup/basedefs.py @@ -104,7 +104,7 @@ FILE_VIRTIO_WIN_VFD="/usr/share/virtio-win/virtio-win.vfd" FILE_VIRTIO_WIN_ISO="/usr/share/virtio-win/virtio-win.iso" FILE_RHEV_GUEST_TOOLS_ISO="/usr/share/rhev-guest-tools-iso/rhev-tools-setup.iso" -FILE_SYSCTL="/etc/sysctl.conf" +FILE_SYSCTL="/usr/lib/sysctl.d/00-system.conf" # ISO ISO_DISPLAY_NAME = "ISO_DOMAIN" -- To view, visit http://gerrit.ovirt.org/8705 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9ca4988beea1627b2da442a7fcf8fef3cf3db6a5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ohad Basan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
