Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 76200 Details for
Bug 97234
ebuild for netprofiler
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
netprofiler ebuild for version 1.0.2
netprofiler-1.0.2.ebuild (text/plain), 994 bytes, created by
Freyr Gunnar Ólafsson
on 2006-01-04 18:26:03 UTC
(
hide
)
Description:
netprofiler ebuild for version 1.0.2
Filename:
MIME Type:
Creator:
Freyr Gunnar Ólafsson
Created:
2006-01-04 18:26:03 UTC
Size:
994 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Netprofiler saves the settings of network devices into files with >appropriate names for each device in a folder whose name is specified by the >user. These are called netprofiles. It is then easy to change the network >settings to those saved in the profiles." > >HOMEPAGE="http://freshmeat.net/projects/netprofiler/" >SRC_URI="http://gnarlin.homeunix.org/forrit/${P}.tar.bz2" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >RDEPEND=">=app-shells/bash-3.0-r11 > >=net-dns/bind-tools-9.2.5" > >src_compile() { > echo "Nothing to compile" >} > >src_install() { > dodir /usr/sbin || die > dodir /etc/netprofiler/profiles || die > dosbin netprofiler || die > doman netprofiler.8.gz || die > dodoc README CHANGELOG TODO || die > cp filtered.list ${D}/etc/netprofiler/ || die > cp netprofiler.conf ${D}/etc/netprofiler/ || die > cp -R profiles ${D}/etc/netprofiler/ || die >}
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 97234
:
62077
|
64441
|
67459
| 76200