Switch many URLs to https://; update them if broken or redirected
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -19,7 +19,7 @@ The text of both of these licenses follows below.
|
||||
|
||||
Steve
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
https://steve.fi/
|
||||
|
||||
|
||||
|
||||
|
||||
2
Makefile
2
Makefile
@@ -6,7 +6,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
#
|
||||
|
||||
#
|
||||
|
||||
@@ -357,7 +357,7 @@ New Features and Major Changes
|
||||
* Also supports `cdebootstrap`
|
||||
* Preliminary btrfs support.
|
||||
* Uses GeoIP for Debian mirrors: Default Debian mirror is now
|
||||
`cdn.debian.net`, see http://wiki.debian.org/DebianGeoMirror for
|
||||
`cdn.debian.net`, see https://wiki.debian.org/DebianGeoMirror for
|
||||
details.
|
||||
* New helper program `xt-guess-suite-and-mirror`, used to find the
|
||||
default mirror and suite.
|
||||
|
||||
@@ -3,12 +3,12 @@ xen-tools
|
||||
|
||||
[](https://travis-ci.org/xen-tools/xen-tools)
|
||||
|
||||
* [Homepage](http://www.xen-tools.org/software/xen-tools)
|
||||
* [Homepage](https://www.xen-tools.org/software/xen-tools)
|
||||
* Offical Git Repositories:
|
||||
* [at GitHub](http://github.com/xen-tools/xen-tools) (primary, includes [Issue Tracker](https://github.com/xen-tools/xen-tools/issues))
|
||||
* [at GitLab](http://gitlab.com/xen-tools/xen-tools) (secondary, doesn't support the `git://` protocol.)
|
||||
* Historical Git Repository: [at Gitorious](http://gitorious.org/xen-tools) (_outdated_, no more updated, for historical reference only)
|
||||
* [Mailing Lists](http://www.xen-tools.org/software/xen-tools/lists.html)
|
||||
* [at GitHub](https://github.com/xen-tools/xen-tools) (primary, includes [Issue Tracker](https://github.com/xen-tools/xen-tools/issues))
|
||||
* [at GitLab](https://gitlab.com/xen-tools/xen-tools) (secondary, doesn't support the `git://` protocol.)
|
||||
* Historical Git Repository: [at Gitorious](https://gitorious.org/xen-tools) (_outdated_, no more updated, for historical reference only)
|
||||
* [Mailing Lists](https://www.xen-tools.org/software/xen-tools/lists.html)
|
||||
|
||||
About
|
||||
-----
|
||||
@@ -21,7 +21,7 @@ Using this software, you can easily create new
|
||||
network via [OpenSSH](http://www.openssh.org/).
|
||||
|
||||
xen-tools currently has scripts to install most releases of
|
||||
[Debian](http://www.debian.org/) (starting with 3.1 "Sarge") and
|
||||
[Debian](https://www.debian.org/) (starting with 3.1 "Sarge") and
|
||||
[Ubuntu](http://www.ubuntu.com/) (starting with 6.06 LTS "Dapper") and
|
||||
some RPM-based distributions. On the Dom0 side all current Xen
|
||||
supporting distributions should work.
|
||||
@@ -69,7 +69,7 @@ known to work reliably, i.e.:
|
||||
* Xenial Xerus 16.04 (LTS)
|
||||
* Yakkety Yak 16.10 (under development)
|
||||
|
||||
[1]: http://bugs.debian.org/659360
|
||||
[1]: https://bugs.debian.org/659360
|
||||
"debootstrap in Wheezy can no more build Ubuntu Edgy or earlier"
|
||||
|
||||
[2]: http://www.linux-vserver.org/Installing_Ubuntu_8.04_Hardy_as_guest
|
||||
@@ -95,33 +95,33 @@ Requirements
|
||||
|
||||
To use these tools you'll need the following software:
|
||||
|
||||
* [debootstrap](http://packages.debian.org/debootstrap)
|
||||
* [debootstrap](https://packages.debian.org/debootstrap)
|
||||
* Perl and the following Perl modules
|
||||
* [Config::IniFiles](http://metacpan.org/release/Config-IniFiles)
|
||||
([Debian Package libconfig-inifiles-perl](http://packages.debian.org/libconfig-inifiles-perl))
|
||||
* [Text::Template](http://metacpan.org/release/Text-Template)
|
||||
([Debian Package libtext-template-perl](http://packages.debian.org/libtext-template-perl))
|
||||
* [Data::Validate::Domain](http://metacpan.org/release/Data-Validate-Domain)
|
||||
([Debian Package libdata-validate-domain-perl](http://packages.debian.org/libdata-validate-domain-perl))
|
||||
* [Data::Validate::IP](http://metacpan.org/release/Data-Validate-IP)
|
||||
([Debian Package libdata-validate-ip-perl](http://packages.debian.org/libdata-validate-ip-perl))
|
||||
* [Data::Validate::URI](http://metacpan.org/release/Data-Validate-URI)
|
||||
([Debian Package libdata-validate-uri-perl](http://packages.debian.org/libdata-validate-uri-perl))
|
||||
* [File::Slurp](http://metacpan.org/release/File-Slurp)
|
||||
([Debian Package libfile-slurp-perl](http://packages.debian.org/libfile-slurp-perl))
|
||||
* [File::Which](http://metacpan.org/release/File-Which)
|
||||
([Debian Package libfile-which-perl](http://packages.debian.org/libfile-which-perl))
|
||||
* [Config::IniFiles](https://metacpan.org/release/Config-IniFiles)
|
||||
([Debian Package libconfig-inifiles-perl](https://packages.debian.org/libconfig-inifiles-perl))
|
||||
* [Text::Template](https://metacpan.org/release/Text-Template)
|
||||
([Debian Package libtext-template-perl](https://packages.debian.org/libtext-template-perl))
|
||||
* [Data::Validate::Domain](https://metacpan.org/release/Data-Validate-Domain)
|
||||
([Debian Package libdata-validate-domain-perl](https://packages.debian.org/libdata-validate-domain-perl))
|
||||
* [Data::Validate::IP](https://metacpan.org/release/Data-Validate-IP)
|
||||
([Debian Package libdata-validate-ip-perl](https://packages.debian.org/libdata-validate-ip-perl))
|
||||
* [Data::Validate::URI](https://metacpan.org/release/Data-Validate-URI)
|
||||
([Debian Package libdata-validate-uri-perl](https://packages.debian.org/libdata-validate-uri-perl))
|
||||
* [File::Slurp](https://metacpan.org/release/File-Slurp)
|
||||
([Debian Package libfile-slurp-perl](https://packages.debian.org/libfile-slurp-perl))
|
||||
* [File::Which](https://metacpan.org/release/File-Which)
|
||||
([Debian Package libfile-which-perl](https://packages.debian.org/libfile-which-perl))
|
||||
* and some more modules which are part of the Perl core and hence do not need to be installed separately.
|
||||
* Make, if you are not installing through a package manager
|
||||
|
||||
You can try to install RPM-based distributions such as CentOS, or
|
||||
Fedora Core, but you will need a correctly installed and configured
|
||||
[rinse](http://packages.debian.org/rinse) package. This is currently
|
||||
[rinse](https://packages.debian.org/rinse) package. This is currently
|
||||
not fully supported.
|
||||
|
||||
If you wish to create new Xen instances which may be controlled by
|
||||
users via a login shell you can have a look at the (currently
|
||||
unmaintained) [xen-shell](http://xen-tools.org/software/xen-shell/)
|
||||
unmaintained) [xen-shell](https://xen-tools.org/software/xen-shell/)
|
||||
project.
|
||||
|
||||
|
||||
@@ -242,7 +242,7 @@ test case would be a useful bonus.
|
||||
### Known/Open Issues
|
||||
|
||||
* [xen-tools Issue Tracker at GitHub](https://github.com/xen-tools/xen-tools/issues/new)
|
||||
* [Mailing list archives of the xen-tools mailing lists](http://xen-tools.org/software/xen-tools/lists.html)
|
||||
* [Mailing list archives of the xen-tools mailing lists](https://xen-tools.org/software/xen-tools/lists.html)
|
||||
* [TODO file in the source code](https://github.com/xen-tools/xen-tools/blob/master/TODO.markdown)
|
||||
* [xen-tools in the Debian Bug Tracking System](https://bugs.debian.org/xen-tools)
|
||||
* [xen-tools in Ubuntu's Launchpad](https://bugs.launchpad.net/ubuntu/+source/xen-tools)
|
||||
|
||||
@@ -3,11 +3,11 @@ Mailing List
|
||||
|
||||
For assistance on using, or customising, these scripts please consult
|
||||
the manpages initially, then the
|
||||
[website](http://xen-tools.org/software/xen-tools/).
|
||||
[website](https://xen-tools.org/software/xen-tools/).
|
||||
|
||||
If these are not sufficient resources please consider posting any
|
||||
queries you might have to the [mailing
|
||||
list](http://xen-tools.org/software/xen-tools/lists.html)
|
||||
list](https://xen-tools.org/software/xen-tools/lists.html)
|
||||
|
||||
Included with the release you should find the file `BUGS.markdown`
|
||||
which contains some notes on reporting bugs.
|
||||
@@ -18,13 +18,13 @@ Xen Queries
|
||||
|
||||
If your query is mostly related to Xen, rather than these tools, then
|
||||
please consider joining the [xen-users mailing
|
||||
list](http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users)
|
||||
list](https://lists.xenproject.org/cgi-bin/mailman/listinfo/xen-users)
|
||||
|
||||
The members of that list are very good at diagnosing issues with
|
||||
networking, block devices, and other Xen oddities.
|
||||
|
||||
There's also the IRC channel `##xen` (the double hashmark is not a
|
||||
typo) on the [Freenode](http://freenode.net/) IRC network.
|
||||
typo) on the [Freenode](https://freenode.net/) IRC network.
|
||||
|
||||
|
||||
Contact The Author
|
||||
|
||||
@@ -776,9 +776,9 @@ Install an X11 server, using VNC and XDM
|
||||
|
||||
=head1 AUTHORS
|
||||
|
||||
Steve Kemp, http://www.steve.org.uk/
|
||||
Axel Beckert, http://noone.org/abe/
|
||||
Dmitry Nedospasov, http://nedos.net/
|
||||
Steve Kemp, https://steve.fi/
|
||||
Axel Beckert, https://axel.beckert.ch/
|
||||
Dmitry Nedospasov, http://www.nedos.net/
|
||||
Stéphane Jourdois
|
||||
|
||||
|
||||
|
||||
@@ -74,12 +74,12 @@ Show the version number and exit.
|
||||
For more details on what you'll need to support NFS-root Xen guests
|
||||
the following article, written by the author, might be useful:
|
||||
|
||||
http://www.debian-administration.org/articles/505
|
||||
https://debian-administration.org/articles/505
|
||||
|
||||
|
||||
=head1 AUTHORS
|
||||
|
||||
Steve Kemp, http://www.steve.org.uk/
|
||||
Steve Kemp, https://steve.fi/
|
||||
Stéphane Jourdois
|
||||
|
||||
|
||||
@@ -282,7 +282,7 @@ sub testArguments
|
||||
die "Missing NFS root." unless ( $CONFIG{ 'nfs_root' } );
|
||||
|
||||
|
||||
# Shorthack to fix http://bugs.debian.org/648814 -- xen-create-nfs
|
||||
# Shorthack to fix https://bugs.debian.org/648814 -- xen-create-nfs
|
||||
# should better use xt-create-xen-config instead. Guess from where
|
||||
# this code is borrowed for now...
|
||||
|
||||
|
||||
@@ -126,8 +126,8 @@ Show the version number and exit.
|
||||
|
||||
=head1 AUTHORS
|
||||
|
||||
Steve Kemp, http://www.steve.org.uk/
|
||||
Axel Beckert, http://noone.org/abe/
|
||||
Steve Kemp, https://steve.fi/
|
||||
Axel Beckert, https://axel.beckert.ch/
|
||||
Stéphane Jourdois
|
||||
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ Show the version number and exit.
|
||||
|
||||
=head1 AUTHORS
|
||||
|
||||
Steve Kemp, http://www.steve.org.uk/
|
||||
Steve Kemp, https://steve.fi/
|
||||
Stéphane Jourdois
|
||||
|
||||
|
||||
|
||||
@@ -75,8 +75,8 @@ Show the version number and exit.
|
||||
|
||||
=head1 AUTHORS
|
||||
|
||||
Steve Kemp, http://www.steve.org.uk/
|
||||
Axel Beckert, http://noone.org/abe/
|
||||
Steve Kemp, https://steve.fi/
|
||||
Axel Beckert, https://axel.beckert.ch/
|
||||
|
||||
|
||||
=head1 LICENSE
|
||||
|
||||
@@ -75,8 +75,8 @@ Show the version number and exit.
|
||||
|
||||
=head1 AUTHORS
|
||||
|
||||
Steve Kemp, http://www.steve.org.uk/
|
||||
Axel Beckert, http://noone.org/abe/
|
||||
Steve Kemp, https://steve.fi/
|
||||
Axel Beckert, https://axel.beckert.ch/
|
||||
Stéphane Jourdois
|
||||
|
||||
|
||||
|
||||
@@ -99,8 +99,8 @@ xt-create-config - Create a Xen configuration file for a new guest
|
||||
|
||||
=head1 AUTHORS
|
||||
|
||||
Steve Kemp, http://www.steve.org.uk/
|
||||
Axel Beckert, http://noone.org/abe/
|
||||
Steve Kemp, https://steve.fi/
|
||||
Axel Beckert, https://axel.beckert.ch/
|
||||
Stéphane Jourdois
|
||||
|
||||
|
||||
|
||||
@@ -66,8 +66,8 @@ xt-customize-image - Customize a freshly installed copy of GNU/Linux
|
||||
|
||||
=head1 AUTHORS
|
||||
|
||||
Steve Kemp, http://www.steve.org.uk/
|
||||
Axel Beckert, http://noone.org/abe/
|
||||
Steve Kemp, https://steve.fi/
|
||||
Axel Beckert, https://axel.beckert.ch/
|
||||
Stéphane Jourdois
|
||||
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ xen-create-image(1) or the backticks feature in xen-tools.conf.
|
||||
|
||||
=head1 AUTHORS
|
||||
|
||||
Axel Beckert, http://noone.org/abe/
|
||||
Axel Beckert, https://axel.beckert.ch/
|
||||
Stéphane Jourdois
|
||||
|
||||
|
||||
|
||||
@@ -78,9 +78,9 @@ Untar a .tar file into the new installation location. This tarfile is assumed t
|
||||
|
||||
=head1 AUTHORS
|
||||
|
||||
Steve Kemp, http://www.steve.org.uk/
|
||||
Axel Beckert, http://noone.org/abe/
|
||||
Dmitry Nedospasov, http://nedos.net/
|
||||
Steve Kemp, https://steve.fi/
|
||||
Axel Beckert, https://axel.beckert.ch/
|
||||
Dmitry Nedospasov, http://www.nedos.net/
|
||||
Stéphane Jourdois
|
||||
|
||||
|
||||
|
||||
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -10,6 +10,8 @@ xen-tools (4.6.3~dev-1) UNRELEASED; urgency=medium
|
||||
+ Knows about Ubuntu's "devel" alias.
|
||||
* Declare compliance with Debian Policy 3.9.8. (No changes needed.)
|
||||
* Use NEWS.markdown as upstream changelog, don't install it as docs.
|
||||
* Switch many URLs (upstream and in packaging) to https:// and update
|
||||
URLs where they were broken or redirect somewhere else now.
|
||||
|
||||
-- Axel Beckert <abe@debian.org> Thu, 24 Dec 2015 11:54:24 +0100
|
||||
|
||||
|
||||
4
debian/control
vendored
4
debian/control
vendored
@@ -18,9 +18,9 @@ Build-Depends: debhelper (>= 9~),
|
||||
libtest-pod-perl,
|
||||
libtext-template-perl
|
||||
Standards-Version: 3.9.8
|
||||
Homepage: http://xen-tools.org/software/xen-tools
|
||||
Homepage: https://xen-tools.org/software/xen-tools
|
||||
Vcs-Browser: https://github.com/xen-tools/xen-tools
|
||||
Vcs-Git: git://github.com/xen-tools/xen-tools.git
|
||||
Vcs-Git: https://github.com/xen-tools/xen-tools.git
|
||||
Testsuite: autopkgtest
|
||||
|
||||
Package: xen-tools
|
||||
|
||||
2
debian/copyright
vendored
2
debian/copyright
vendored
@@ -1,7 +1,7 @@
|
||||
This package was debianized by Radu Spineanu <radu@debian.org> on
|
||||
Tue, 20 Dec 2005 02:21:05 +0200.
|
||||
|
||||
It was downloaded from http://xen-tools.org/software/xen-tools/
|
||||
It was downloaded from https://xen-tools.org/software/xen-tools/
|
||||
|
||||
Copyright 2005-2009: Steve Kemp <steve@steve.org.uk>
|
||||
Copyright 2010-2013: The Xen-Tools Development Team, currently consisting of:
|
||||
|
||||
2
debian/watch
vendored
2
debian/watch
vendored
@@ -12,5 +12,5 @@ version=3
|
||||
# to match release tarballs.
|
||||
#
|
||||
opts=pgpsigurlmangle=s/$/.asc/ \
|
||||
http://xen-tools.org/software/xen-tools/releases.html \
|
||||
https://xen-tools.org/software/xen-tools/releases.html \
|
||||
xen-tools-([\d\.]+)\.tar\.gz
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#
|
||||
# For more details please see:
|
||||
#
|
||||
# http://xen-tools.org/
|
||||
# https://xen-tools.org/
|
||||
#
|
||||
##
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
prefix=$1
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
prefix=$1
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
prefix=$1
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
prefix=$1
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
use strict;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
prefix=$1
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
prefix=$1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
prefix=$1
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#
|
||||
# Dmitry Nedospasov
|
||||
# --
|
||||
# http://nedos.net/
|
||||
# http://www.nedos.net/
|
||||
|
||||
prefix=$1
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
prefix=$1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
prefix=$1
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
prefix=$1
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
prefix=$1
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
prefix=$1
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
prefix=$1
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
prefix=$1
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#
|
||||
# Dmitry Nedospasov
|
||||
# --
|
||||
# http://nedos.net
|
||||
# http://www.nedos.net/
|
||||
|
||||
prefix=$1
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
prefix=$1
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#
|
||||
# Dmitry Nedospasov
|
||||
# --
|
||||
# http://nedos.net
|
||||
# http://www.nedos.net/
|
||||
|
||||
prefix=$1
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
prefix=$1
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
prefix=$1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
|
||||
|
||||
prefix=$1
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#
|
||||
# Dmitry Nedospasov
|
||||
# --
|
||||
# http://nedos.net
|
||||
# http://www.nedos.net/
|
||||
|
||||
prefix=$1
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#
|
||||
# Dmitry Nedospasov
|
||||
# --
|
||||
# http://nedos.net
|
||||
# http://www.nedos.net/
|
||||
|
||||
prefix=$1
|
||||
|
||||
|
||||
@@ -407,9 +407,9 @@ sub logprint_with_config ($$)
|
||||
|
||||
=head1 AUTHORS
|
||||
|
||||
Steve Kemp, http://www.steve.org.uk/
|
||||
Axel Beckert, http://noone.org/abe/
|
||||
Dmitry Nedospasov, http://nedos.net/
|
||||
Steve Kemp, https://steve.fi/
|
||||
Axel Beckert, https://axel.beckert.ch/
|
||||
Dmitry Nedospasov, http://www.nedos.net/
|
||||
Stéphane Jourdois
|
||||
|
||||
Merged from several scripts by Axel Beckert.
|
||||
|
||||
@@ -10,13 +10,13 @@
|
||||
#
|
||||
# References on command line completion:
|
||||
#
|
||||
# http://www.debian-administration.org/articles/316
|
||||
# http://www.debian-administration.org/articles/317
|
||||
# https://debian-administration.org/articles/316
|
||||
# https://debian-administration.org/articles/317
|
||||
# http://dev.gentoo.org/~plasmaroo/devmanual/tasks-reference/completion/
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk
|
||||
# https://steve.fi/
|
||||
#
|
||||
#
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@ Summary: Scripts used to create new Xen domains
|
||||
|
||||
Group: Applications/Emulators
|
||||
License: GPLv2 or Artistic
|
||||
URL: http://xen-tools.org/software/xen-tools/
|
||||
Source0: http://xen-tools.org/software/xen-tools/xen-tools-%{version}.tar.gz
|
||||
URL: https://xen-tools.org/software/xen-tools/
|
||||
Source0: https://xen-tools.org/software/xen-tools/xen-tools-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
#
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
#
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
#
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
#
|
||||
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
# https://steve.fi/
|
||||
#
|
||||
#
|
||||
|
||||
|
||||
Reference in New Issue
Block a user