summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/man/1/pkg2
-rwxr-xr-xsys/src/cmd/pkg/install2
-rwxr-xr-xsys/src/cmd/pkg/list2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/man/1/pkg b/sys/man/1/pkg
index d57409e46..7a2aabf9f 100644
--- a/sys/man/1/pkg
+++ b/sys/man/1/pkg
@@ -98,7 +98,7 @@ source files of packages installed locally.
.br
.B /sys/src/cmd/pkg/unpkg.c
.SH REPOSITORIES
-.B http://pkg.violetti.org/386
+.B http://r-36.net/pkg/386
.br
.B http://plan9.stanleylieber.com/pkg/386
.SH SEE ALSO
diff --git a/sys/src/cmd/pkg/install b/sys/src/cmd/pkg/install
index f97d17313..c8b964d5f 100755
--- a/sys/src/cmd/pkg/install
+++ b/sys/src/cmd/pkg/install
@@ -1,7 +1,7 @@
#!/bin/rc
if(~ $#pkgpath 0)
- pkgpath=http://plan9.stanleylieber.com/pkg/$cputype
+ pkgpath=http://r-36.net/9front/pkg/$cputype
cd /
mkdir -p /sys/lib/pkg
diff --git a/sys/src/cmd/pkg/list b/sys/src/cmd/pkg/list
index 8b6e8ea80..d4ef2a32d 100755
--- a/sys/src/cmd/pkg/list
+++ b/sys/src/cmd/pkg/list
@@ -1,7 +1,7 @@
#!/bin/rc
if(~ $#pkgpath 0)
- pkgpath=http://plan9.stanleylieber.com/pkg/$cputype
+ pkgpath=http://r-36.net/9front/pkg/$cputype
if(~ $pkgpath ftp* http*)
hget $pkgpath | htmlfmt | grep '\.tbz' | sed -e 's/\.tbz$//'