Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 70582 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), 1.02 KB, created by
Iain Elderkin
on 2005-10-13 10:47:50 UTC
(
hide
)
Description:
pgupdate
Filename:
MIME Type:
Creator:
Iain Elderkin
Created:
2005-10-13 10:47:50 UTC
Size:
1.02 KB
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) for blocklist changes > >PGDIR=/usr/share/peerguardian >PGWASRUNNING=0 > >cd $PGDIR > >if /etc/init.d/peerguardian status | grep -q "started"; then > /etc/init.d/peerguardian stop > PGWASRUNNING=1 >fi > >if [ -f $PGDIR/level1.gz ] >then > rm level1.gz >fi > >if [ -f $PGDIR/level1 ] >then > rm level1 >fi > >echo -e "* Fetching new blocklist" > >wget http://dialspace.dial.pipex.com/town/pipexdsl/s/ashu56/bluetack/level1.gz >#cp /home/iain/level1.gz $PGDIR/level1.gz > >if [ ! -f $PGDIR/level1.gz ] >then > echo -e "* Error: Blocklist not found. Try re-running the script." > exit >fi > >gunzip level1.gz >cp level1 p2p.p2b.p2p > >#echo -e "* Please start PeerGuardian: /etc/init.d/peerguardian start" >/etc/init.d/peerguardian start
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