Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 71776 Details for
Bug 93982
New ebuild: net-misc/pglinux
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pgupdate
pgupdate (text/plain), 730 bytes, created by
Alexander Wigen
on 2005-10-31 00:30:44 UTC
(
hide
)
Description:
pgupdate
Filename:
MIME Type:
Creator:
Alexander Wigen
Created:
2005-10-31 00:30:44 UTC
Size:
730 bytes
patch
obsolete
>#!/bin/bash >#Copyright (C) 2005 Daniel Harper >#This program is free software; you can redistribute it and/or >#modify it under the terms of the GNU General Public License >#as published by the Free Software Foundation; either version 2 >#of the License, or (at your option) any later version. >#Modified by Iain Elderkin (iainel) and Alexander Wigen > >PGDIR=/usr/share/peerguardian > >echo -e "* Fetching new blocklist" > >cd $PGDIR > >rm -f level1.gz level1 > >wget http://peerguardian.sourceforge.net/lists/p2p.php > >if [ ! -f $PGDIR/level1.gz ]; then > echo -e "* Error: Blocklist not found." > exit >fi > >gunzip level1.gz >cp level1 p2p.p2b.p2p > >if /etc/init.d/peerguardian status | grep -q "started"; then > /etc/init.d/peerguardian restart >fi
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 93982
:
60933
|
60934
|
60935
|
60936
|
61020
|
61214
|
64726
|
70582
|
71716
|
71719
|
71772
| 71776 |
299179
|
299181