Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 56761 Details for
Bug 89820
915resolution-O.1.ebuild (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
init script
init.d (text/plain), 658 bytes, created by
Benoît "UBIK" Collet-Billon
on 2005-04-20 08:26:46 UTC
(
hide
)
Description:
init script
Filename:
MIME Type:
Creator:
Benoît "UBIK" Collet-Billon
Created:
2005-04-20 08:26:46 UTC
Size:
658 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >depend() { > before xdm >} > >checkconfig() { > if [ -z "${replace[0]}" ] || [ -z "${with[0]}" ] > then > eerror "You need to set at least one replace/with pair in /etc/conf.d/915resolution" > return 1 > fi >} > >start() { > checkconfig || return 1 > > ebegin "Running 915resolution to replace ${#replace[@]} mode(s)" > i=0; return=0; retval=0 > for target in "${replace[@]}" > do > /usr/sbin/915resolution $target ${with[$i]} > /dev/null > retval=$? > if [ "$retval"!=0 ]; then return=$retval; fi > i=$(($i+1)) > done > eend $return >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 89820
:
56759
|
56760
| 56761 |
61096
|
61854
|
70567
|
91029