Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Evergreen:11.4
ibmrtpkgs
config_run_on_install.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File config_run_on_install.diff of Package ibmrtpkgs
diff -Nuar ibmrtpkgs-2/config/ibmconfig ibmrtpkgs-2.new/config/ibmconfig --- ibmrtpkgs-2/config/ibmconfig 2009-02-10 17:53:00.000000000 -0600 +++ ibmrtpkgs-2.new/config/ibmconfig 1969-12-31 18:00:00.000000000 -0600 @@ -1,43 +0,0 @@ -#! /bin/sh -# -# Copyright (c) 2008 SuSE GmbH Nuernberg, Germany. All rights reserved. -# -# /etc/init.d/ibmconfig -# -### BEGIN INIT INFO -# Provides: ibmconfig -# Required-Start: boot.localfs -# Required-Stop: $null -# Should-Start: -# Should-Stop: -# Default-Start: B -# Default-Stop: -# Description: Sets up IBM RT environment on boot -### END INIT INFO - -. /etc/rc.status - -rc_reset - -case "$1" in - start) - # - if [ -x /sbin/config.sh ] ; then - /sbin/config.sh - rc_status -v -r - fi - ;; - stop) - # skip / do nothing - ;; - status) - rc_failed 4 - rc_status -v - ;; - *) - echo "Usage: $0 {start|stop|status}" - exit 1 - ;; -esac - -rc_exit diff -Nuar ibmrtpkgs-2/config/config.sh ibmrtpkgs-2.new/config/config.sh --- ibmrtpkgs-2/config/config.sh 2008-06-04 13:26:33.000000000 -0500 +++ ibmrtpkgs-2.new/config/config.sh 2009-02-10 17:55:18.000000000 -0600 @@ -122,38 +122,6 @@ $CHKCONFIG irqbindall on $CHKCONFIG irq_balancer off -#-----------------------------------------------------------------------# -# Setup kdump # -#-----------------------------------------------------------------------# - -if [ -f /etc/sysconfig/kdump ]; then - cp /etc/sysconfig/kdump /etc/sysconfig/kdump.$$.orig - . /etc/sysconfig/kdump - - if ! echo $KDUMP_COMMANDLINE_APPEND | grep "reset_devices"; then - if ! sed -i -e "s/\(KDUMP_COMMANDLINE_APPEND\)=\"[^\"]*\"/\1=\"$KDUMP_COMMANDLINE_APPEND reset_devices=1\"/" /etc/sysconfig/kdump; then - info "Kdump setup failed." - cp -f /etc/sysconfig/kdump.$$.orig /etc/sysconfig/kdump - exit 1 - fi - fi - if ! sed -i -e "s/^\(KEXEC_ARGS\)/#\1/" /etc/sysconfig/kdump; then - info "Kdump setup failed." - cp -f /etc/sysconfig/kdump.$$.orig /etc/sysconfig/kdump - exit 1 - fi -else - info "Kdump setup failed." - cp -f /etc/sysconfig/kdump.$$.orig /etc/sysconfig/kdump - exit 1 -fi - -# Make sure kdump will work if we panic -check_sysctl_setting kernel.panic_on_oops 1 - -info "Turning kdump on." -$CHKCONFIG kdump on - info "All changes were successfully executed." exit 0 diff -Nuar ibmrtpkgs-2/config/Makefile ibmrtpkgs-2.new/config/Makefile --- ibmrtpkgs-2/config/Makefile 2008-05-07 05:23:28.000000000 -0500 +++ ibmrtpkgs-2.new/config/Makefile 2009-02-10 17:59:03.000000000 -0600 @@ -4,4 +4,4 @@ install: - install -o root -g root -m 555 config.sh /usr/bin + install -o root -g root -m 755 config.sh /usr/sbin/ibmconfig
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor