Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 7940 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/rc-envupdate.sh file for review
rc-envupdate.sh (text/plain), 723 bytes, created by
Max Kalika (RETIRED)
on 2003-02-04 21:15:13 UTC
(
hide
)
Description:
/sbin/rc-envupdate.sh file for review
Filename:
MIME Type:
Creator:
Max Kalika (RETIRED)
Created:
2003-02-04 21:15:13 UTC
Size:
723 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/rc-envupdate.sh,v 1.12 2002/11/18 13:07:02 azarah Exp $ > > >source /etc/init.d/functions.sh > >if [ `id -u` -ne 0 ] >then > eerror "$0: must be root." > exit 1 >fi > >usage() { >cat << FOO >usage: rc-envupdate.sh > >note: > This utility generates /etc/profile.env and /etc/csh.env > from the contents of /etc/env.d/ > >FOO > exit 1 >} > >if [ "$#" -ne 0 ] >then > usage >else > /bin/gawk -v SVCDIR="/mnt/.init.d" \ > -f /lib/rcscripts/awk/functions.awk \ > -f /lib/rcscripts/awk/genenviron.awk >fi > > ># 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