Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
isapnp
boot.isapnp
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File boot.isapnp of Package isapnp
#! /bin/sh # # Copyright (c) 2001 SuSE GmbH Nuernberg, Germany. All rights reserved. # # /etc/init.d/boot.isapnp # ### BEGIN INIT INFO # Provides: boot.isapnp # Required-Start: boot.rootfsck # Should-Start: setserial $local_fs boot.loadmodules # Required-Stop: $null # Default-Start: B # Default-Stop: # Description: start ISA-PnP ### END INIT INFO . /etc/rc.status rc_reset case "$1" in start) # # setup PNP if config file is present # if test -r /etc/isapnp.conf -a -x /sbin/isapnp ; then echo "Initializing PnP devices" /sbin/isapnp /etc/isapnp.conf rc_status -v1 -r fi ;; stop) # skip / do nothing ;; status) rc_failed 4 rc_status -v ;; *) echo "Usage: $0 {start|stop|status}" exit 1 ;; esac rc_exit
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