diff -r 71503088f51b -r f880f219c566 openpkg/release.pod
--- a/openpkg/release.pod Tue Jul 31 12:12:54 2012 +0200
+++ b/openpkg/release.pod Tue Jul 31 12:23:42 2012 +0200
@@ -1,14 +1,13 @@
##
## release -- OpenPKG Release Utility
-## Copyright (c) 2000-2007 OpenPKG Foundation e.V.
-## Copyright (c) 2000-2007 Ralf S. Engelschall
+## Copyright (c) 2000-2012 OpenPKG GmbH
##
-## Permission to use, copy, modify, and distribute this software for
-## any purpose with or without fee is hereby granted, provided that
-## the above copyright notice and this permission notice appear in all
-## copies.
+## This software is property of the OpenPKG GmbH, DE MUC HRB 160208.
+## All rights reserved. Licenses which grant limited permission to use,
+## copy, modify and distribute this software are available from the
+## OpenPKG GmbH.
##
-## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+## THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
@@ -48,7 +47,7 @@
The output format specification. The argument I is an arbitrary
string which can contain the special expansion constructs "C<%t>" for
expanding the release tag, "C<%u>" for expanding the distribution URL
-and "C<\n>" for expanding an embedded newline character.
+and "C<\n>" for expanding an embedded newline character.
The instance UUID information is also availble by expanding
C<%r> to UUID_REGISTRY, C<%i> to UUID_INSTANCE, C<%p> to UUID_PLATFORM.
The default I is "C".
@@ -87,34 +86,34 @@
The fully-qualified distribution URL based on either the "C",
"C" or "C" URL schemes. If I contains a trailing
"C*>", this is expanded according to the I value of the B
-variable and the corresponding filesystem layout on C.
-The default I is "C".
+variable and the corresponding filesystem layout on C.
+The default I is "C".
-=over
+=back
=back
=head1 EXAMPLE
$ openpkg release
- OpenPKG-CURRENT ftp://ftp.openpkg.org/current/SRC/
+ OpenPKG-CURRENT http://download.openpkg.org/stacks/current/
$ openpkg release --fmt=%t
CURRENT
$ openpkg release --fmt=%u
- ftp://ftp.openpkg.org/current/SRC/
+ http://download.openpkg.org/stacks/current/
$ openpkg release --fmt="OpenPKG %t is located at:\\n%u"
OpenPKG CURRENT is located at:
- ftp://ftp.openpkg.org/current/SRC/
+ http://download.openpkg.org/stacks/current/
$ openpkg release --release=2.5.4 --fmt=%t
2.5-RELEASE
$ cat /openpkg/etc/openpkg/release
- TAG=2-STABLE-20060622
- URL=ftp://ftp.example.com/mirror/openpkg.org/*
+ TAG=CURRENT
+ URL=http://download.example.com/stack/current/
=head1 SEE ALSO