diff options
| author | stanley lieber <stanley.lieber@gmail.com> | 2014-10-12 13:27:53 -0400 |
|---|---|---|
| committer | stanley lieber <stanley.lieber@gmail.com> | 2014-10-12 13:27:53 -0400 |
| commit | ca694c51efbcab0e9dd7421f395cfbb4b573b90e (patch) | |
| tree | 9ffb4f63fac472d8f6f36758d5cd1ba442db6fa4 | |
| parent | 748a95266fccc6ad85913fbaa9fc197ccfdf728c (diff) | |
| download | plan9front-ca694c51efbcab0e9dd7421f395cfbb4b573b90e.tar.xz | |
pkg: change default repo to http://9front.org/pkg/386
| -rw-r--r-- | sys/man/1/pkg | 8 | ||||
| -rwxr-xr-x | sys/src/cmd/pkg/install | 2 | ||||
| -rwxr-xr-x | sys/src/cmd/pkg/list | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/man/1/pkg b/sys/man/1/pkg index 9bea289b5..fb89e76ab 100644 --- a/sys/man/1/pkg +++ b/sys/man/1/pkg @@ -80,11 +80,11 @@ Create the package .LP Install the -.B gopherd -server: +.B mpm +troff macros: .sp 1 .EX -% pkg/install gopherd-2012.04.15 +% pkg/install mpm-2011.05.14 .EE .SH FILES .TF @@ -107,7 +107,7 @@ source files of packages installed locally. .br .B /sys/src/cmd/pkg/unpkg.c .SH REPOSITORIES -.B http://r-36.net/9front/pkg/386 +.B http://9front.org/pkg/386 .br .B https://offblast.org/pkg/386 .br diff --git a/sys/src/cmd/pkg/install b/sys/src/cmd/pkg/install index c8b964d5f..711437ac9 100755 --- a/sys/src/cmd/pkg/install +++ b/sys/src/cmd/pkg/install @@ -1,7 +1,7 @@ #!/bin/rc if(~ $#pkgpath 0) - pkgpath=http://r-36.net/9front/pkg/$cputype + pkgpath=http://9front.org/pkg/$cputype cd / mkdir -p /sys/lib/pkg diff --git a/sys/src/cmd/pkg/list b/sys/src/cmd/pkg/list index bdddbcc59..943e2de46 100755 --- a/sys/src/cmd/pkg/list +++ b/sys/src/cmd/pkg/list @@ -1,7 +1,7 @@ #!/bin/rc if(~ $#pkgpath 0) - pkgpath=http://r-36.net/9front/pkg/$cputype + pkgpath=http://9front.org/pkg/$cputype if(~ $pkgpath ftp* http*) hget $pkgpath | htmlfmt | grep '\.tbz' | sed -e 's/\.tbz.*$//g' | awk '{print $NF}' |
