Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 7939 Details for
Bug 15050
genenviron.awk complains about missing /mnt/.init.d if svcdir was changed in /etc/conf.d/rc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/sbin/depscan.sh for review
depscan.sh (text/plain), 744 bytes, created by
Max Kalika (RETIRED)
on 2003-02-04 21:13:31 UTC
(
hide
)
Description:
/sbin/depscan.sh for review
Filename:
MIME Type:
Creator:
Max Kalika (RETIRED)
Created:
2003-02-04 21:13:31 UTC
Size:
744 bytes
patch
obsolete
>#!/bin/bash ># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># Author: Martin Schlemmer <azarah@gentoo.org> ># $Header: /home/cvsroot/gentoo-src/rc-scripts/sbin/depscan.sh,v 1.17 2002/11/18 15:15:08 azarah Exp $ > >source /etc/init.d/functions.sh > >ebegin "Caching service dependencies" > >/bin/gawk -v SVCDIR="${svcdir}" \ > -f /lib/rcscripts/awk/functions.awk \ > -f /lib/rcscripts/awk/cachedepends.awk > >cd /etc/init.d > >bash ${svcdir}/depcache | \ > /bin/gawk -v SVCDIR="${svcdir}" \ > -v DEPTYPES="${deptypes}" \ > -v ORDTYPES="${ordtypes}" \ > -f /lib/rcscripts/awk/functions.awk \ > -f /lib/rcscripts/awk/gendepends.awk > >eend $? "Failed to cache service dependencies" > > ># vim:ts=4
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 15050
: 7939 |
7940