From 49c5e90580fb30971367f653589f23ac37b583ad Mon Sep 17 00:00:00 2001 From: Silvino Silva Date: Wed, 8 Jan 2020 01:01:04 +0000 Subject: improved documentation on git,dnsmasq --- tools/conf/etc/dnsmasq.conf | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) (limited to 'tools/conf/etc/dnsmasq.conf') diff --git a/tools/conf/etc/dnsmasq.conf b/tools/conf/etc/dnsmasq.conf index e8bec3e..709b271 100644 --- a/tools/conf/etc/dnsmasq.conf +++ b/tools/conf/etc/dnsmasq.conf @@ -21,6 +21,9 @@ domain-needed # Never forward addresses in the non-routed address spaces. bogus-priv +# Multiple address for same domain based on interface +localise-queries + # Uncomment these to enable DNSSEC validation and caching: # (Requires dnsmasq to be built with DNSSEC option.) #conf-file=%%PREFIX%%/share/dnsmasq/trust-anchors.conf @@ -72,6 +75,7 @@ no-poll #server=84.200.69.80 #sapo server=212.55.154.174 +#server=8.8.8.8 # Example of routing PTR queries to nameservers: this will send all # address->name queries for 192.168.3/24 to nameserver 10.1.2.3 @@ -84,7 +88,10 @@ local=/ank/ # Add domains which you want to force to an IP address here. # The example below send any host in double-click.net to a local # web-server. -address=/machine.example.org/10.0.0.4 +address=/hive.gnu.systems/10.0.0.4 +#address=/hive.gnu.systems/192.168.1.5 +#host-record=hive.gnu.systems,10.0.0.4 +#host-record=hive.gnu.systems,192.168.1.67 # --address (and --server) work with IPv6 addresses too. #address=/www.thekelleys.org.uk/fe80::20d:60ff:fe36:f83 @@ -115,7 +122,7 @@ group=root # Repeat the line for more than one interface. interface=lo interface=br0 -#interface=wlp7s0 +interface=wlp7s0 # Or you can specify which interface _not_ to listen on #except-interface=wlp7s0 @@ -131,7 +138,7 @@ interface=br0 # configure it as shown above, and then use the following line to # disable DHCP and TFTP on it. no-dhcp-interface=lo -#no-dhcp-interface=wlp7s0 +no-dhcp-interface=wlp7s0 #no-dhcp-interface=enp8s0 # On systems which support it, dnsmasq binds the wildcard address, @@ -171,9 +178,9 @@ dhcp-option=15,ank # Same idea, but range rather then subnet #domain=reserved.thekelleys.org.uk,192.68.3.100,192.168.3.200 -address=/.akamai.net/127.0.0.1 +#address=/.akamai.net/127.0.0.1 address=/.firefox.com/127.0.0.1 -address=/.google.com/127.0.0.1 +#address=/.google.com/127.0.0.1 address=/.stripe.com/127.0.0.1 address=/.mozilla.com/127.0.0.1 @@ -262,6 +269,8 @@ dhcp-host=00:14:BF:6E:61:21,lan,10.0.0.2,infinite dhcp-host=54:60:be:ef:5c:54,c1,10.0.0.3,infinite dhcp-host=54:60:be:ef:5c:14,c2,10.0.0.4,infinite dhcp-host=54:60:be:ef:5c:a1,c18,10.0.0.5,infinite +dhcp-host=00:08:02:04:7f:9d,c30,10.0.0.6,infinite +dhcp-host=e0:cb:4e:99:eb:f2,c40,10.0.0.7,infinite # Always set the name of the host with hardware address # 11:22:33:44:55:66 to be "fred" #dhcp-host=11:22:33:44:55:66,fred @@ -362,11 +371,13 @@ dhcp-host=54:60:be:ef:5c:a1,c18,10.0.0.5,infinite # end of this section. dhcp-option=1,255.0.0.0 +#dhcp-option=1,10.255.255.255 # Override the default route supplied by dnsmasq, which assumes the # router is the same machine as the one running dnsmasq. #dhcp-option=3,10.0.0.1 dhcp-option=3,10.0.0.1 +#dhcp-option=3,10.0.0.254 # Do the same thing, but using the option name #dhcp-option=option:router,1.2.3.4 @@ -445,6 +456,7 @@ dhcp-option=6,10.0.0.254,10.0.0.254 # Send RFC-3442 classless static routes (note the netmask encoding) #dhcp-option=121,192.168.1.0/24,1.2.3.4,10.0.0.0/8,5.6.7.8 dhcp-option=33,10.0.0.1 +#dhcp-option=33,10.0.0.254 # Send vendor-class specific options encapsulated in DHCP option 43. # The meaning of the options is defined by the vendor-class so @@ -481,7 +493,8 @@ dhcp-option=33,10.0.0.1 # this is you want to boot machines over the network and you will need # a TFTP server; either dnsmasq's built in TFTP server or an # external one. (See below for how to enable the TFTP server.) -#dhcp-boot=pxelinux.0 +dhcp-boot=pxelinux/pxelinux.0 +#dhcp-boot=efi/BOOTX64.efi # The same as above, but use custom tftp-server instead machine running dnsmasq #dhcp-boot=pxelinux,server.name,192.168.1.100 @@ -538,10 +551,11 @@ dhcp-option=33,10.0.0.1 # Enable dnsmasq's built-in TFTP server -#enable-tftp +enable-tftp # Set the root directory for files available via FTP. #tftp-root=/var/ftpd +tftp-root=/srv/tftp # Do not abort if the tftp-root is unavailable #tftp-no-fail @@ -629,9 +643,12 @@ local-ttl=60 # Return an MX record named "maildomain.com" with target # servermachine.com and preference 50 #mx-host=maildomain.com,servermachine.com,50 +#mx-host=hive.gnu.systems,c2.ank,50 +mx-host=hive.gnu.systems,10.0.0.4,50 # Set the default target for MX records created using the localmx option. #mx-target=servermachine.com +#mx-target=c2.ank # Return an MX record pointing to the mx-target for all local # machines. -- cgit 1.4.1-2-gfad0 From ac7c572733282e49801b16531d841682e3ab1b5a Mon Sep 17 00:00:00 2001 From: Silvino Silva Date: Sun, 19 Jan 2020 00:59:14 +0000 Subject: documentation date and domain update --- core/apparmor.html | 6 +-- core/bash.html | 6 +-- core/conf/pkg-get.conf | 2 +- core/conf/pkgmk.conf | 2 +- core/conf/ports/contrib.git | 2 +- core/conf/ports/core.git | 2 +- core/conf/ports/kde5.git | 2 +- core/conf/ports/mate.git | 2 +- core/conf/ports/opt.git | 2 +- core/conf/ports/ports.git | 2 +- core/conf/ports/xorg.git | 2 +- core/configure.html | 6 +-- core/dash.html | 6 +-- core/exim.html | 6 +-- core/hardening.html | 6 +-- core/index.html | 6 +-- core/install.html | 75 ++++++++++++++++++++++++----------- core/linux.html | 6 +-- core/network.html | 6 +-- core/package.html | 8 ++-- core/ports.html | 8 ++-- core/reboot.html | 6 +-- core/samhain.html | 6 +-- core/scripts/portspage.patch | 6 +-- core/scripts/restore-ports.sh | 2 +- core/sysctl.html | 6 +-- core/tmux.html | 6 +-- core/toolchain.html | 6 +-- core/tty-terminal.html | 6 +-- dev/c/basic.html | 6 +-- dev/c/datatypes.html | 6 +-- dev/c/debugging.html | 6 +-- dev/c/elements.html | 6 +-- dev/c/hello.html | 6 +-- dev/c/index.html | 6 +-- dev/c/lib.html | 6 +-- dev/c/system.html | 6 +-- dev/git/branch.html | 6 +-- dev/git/index.html | 6 +-- dev/git/install.html | 6 +-- dev/git/work.html | 6 +-- dev/index.html | 6 +-- dev/js/index.html | 6 +-- dev/perl/index.html | 6 +-- dev/php/hello.html | 6 +-- dev/php/index.html | 6 +-- dev/python/index.html | 6 +-- dev/shell/dash.html | 6 +-- dev/shell/index.html | 6 +-- index.html | 10 ++--- tools/conf/etc/dnsmasq.conf | 12 +++--- tools/conf/srv/gitolite/gitolite.conf | 6 +-- tools/dnsmasq.html | 5 ++- tools/fail2ban.html | 6 +-- tools/gitolite.html | 6 +-- tools/gnupg.html | 8 ++-- tools/index.html | 6 +-- tools/irssi.html | 6 +-- tools/logrotate.html | 6 +-- tools/logwatch.html | 6 +-- tools/lvm.html | 6 +-- tools/lynx.html | 8 ++-- tools/mutt.html | 6 +-- tools/network.html | 6 +-- tools/nginx.html | 6 +-- tools/openssh.html | 6 +-- tools/postgresql.html | 49 +++++++++++++++-------- tools/qemu.html | 6 +-- tools/squid.html | 6 +-- tools/storage.html | 6 +-- tools/syslog-ng.html | 6 +-- tools/tar.html | 6 +-- tools/vim.html | 6 +-- tools/wireless.html | 11 +++++ tools/x.html | 6 +-- 75 files changed, 300 insertions(+), 244 deletions(-) (limited to 'tools/conf/etc/dnsmasq.conf') diff --git a/core/apparmor.html b/core/apparmor.html index 8e057de..65ee7c3 100644 --- a/core/apparmor.html +++ b/core/apparmor.html @@ -192,9 +192,9 @@ Core OS Index -

This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. +

This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/core/bash.html b/core/bash.html index 72e746d..f49d27e 100644 --- a/core/bash.html +++ b/core/bash.html @@ -154,9 +154,9 @@ fi Core OS Index

- This is part of the Hive System Documentation. - Copyright (C) 2018 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/core/conf/pkg-get.conf b/core/conf/pkg-get.conf index 200c1e8..7198578 100644 --- a/core/conf/pkg-get.conf +++ b/core/conf/pkg-get.conf @@ -4,7 +4,7 @@ # package repositories (remote) # The first two are remote repoistories, the last is a local one -pkgdir /usr/ports/server|https://hive.gnu.systems/mirror/packages +pkgdir /usr/ports/server|https://tribu.semdestino.org/mirror/packages #pkgdir /usr/packages/java|http://www.foobar.com/java #pkgdir /usr/packages/games diff --git a/core/conf/pkgmk.conf b/core/conf/pkgmk.conf index 1e86c95..643abcc 100644 --- a/core/conf/pkgmk.conf +++ b/core/conf/pkgmk.conf @@ -44,7 +44,7 @@ case ${PKGMK_ARCH} in ;; esac -PKGMK_SOURCE_MIRRORS=(https://hive.gnu.systems/mirror/distfiles/ https://hive.gnu.systems/mirror/archive/distfiles/) +PKGMK_SOURCE_MIRRORS=(https://tribu.semdestino.org/mirror/distfiles/ https://tribu.semdestino.org/mirror/archive/distfiles/) # PKGMK_SOURCE_DIR="$PWD" PKGMK_SOURCE_DIR="/usr/ports/distfiles" # PKGMK_PACKAGE_DIR="$PWD" diff --git a/core/conf/ports/contrib.git b/core/conf/ports/contrib.git index ad3e322..d485836 100644 --- a/core/conf/ports/contrib.git +++ b/core/conf/ports/contrib.git @@ -1,7 +1,7 @@ # Collection core # NAME=contrib -URL=git://hive.gnu.systems/contrib.git +URL=git://tribu.semdestino.org/contrib.git BRANCH=stable-3.5 destination=/usr/ports/contrib PORTS_DIR="/usr/ports" diff --git a/core/conf/ports/core.git b/core/conf/ports/core.git index 6b678d9..73becef 100644 --- a/core/conf/ports/core.git +++ b/core/conf/ports/core.git @@ -1,7 +1,7 @@ # Collection core # NAME=core -URL=git://hive.gnu.systems/core.git +URL=git://tribu.semdestino.org/core.git BRANCH=stable-3.5 destination=/usr/ports/core PORTS_DIR="/usr/ports" diff --git a/core/conf/ports/kde5.git b/core/conf/ports/kde5.git index b32bb65..fe0f31f 100644 --- a/core/conf/ports/kde5.git +++ b/core/conf/ports/kde5.git @@ -1,7 +1,7 @@ # Collection core # NAME=kde5 -URL=git://hive.gnu.systems/kde5.git +URL=git://tribu.semdestino.org/kde5.git BRANCH=stable-3.5 destination=/usr/ports/kde5 PORTS_DIR="/usr/ports" diff --git a/core/conf/ports/mate.git b/core/conf/ports/mate.git index 22092af..3532e3d 100644 --- a/core/conf/ports/mate.git +++ b/core/conf/ports/mate.git @@ -1,7 +1,7 @@ # Collection mate # NAME=mate -URL=git://hive.gnu.systems/mate.git +URL=git://tribu.semdestino.org/mate.git BRANCH=stable-3.5 destination=/usr/ports/mate PORTS_DIR="/usr/ports" diff --git a/core/conf/ports/opt.git b/core/conf/ports/opt.git index 2a7d4a8..a91903f 100644 --- a/core/conf/ports/opt.git +++ b/core/conf/ports/opt.git @@ -1,7 +1,7 @@ # Collection core # NAME=opt -URL=git://hive.gnu.systems/opt.git +URL=git://tribu.semdestino.org/opt.git BRANCH=stable-3.5 destination=/usr/ports/opt PORTS_DIR="/usr/ports" diff --git a/core/conf/ports/ports.git b/core/conf/ports/ports.git index 1b50fb2..04a0be7 100644 --- a/core/conf/ports/ports.git +++ b/core/conf/ports/ports.git @@ -1,7 +1,7 @@ # Collection Ports Driver # NAME=ports -URL=git://hive.gnu.systems/ports.git +URL=git://tribu.semdestino.org/ports.git BRANCH=stable-3.5 destination=/usr/ports/ports PORTS_DIR="/usr/ports" diff --git a/core/conf/ports/xorg.git b/core/conf/ports/xorg.git index 9c91a9d..f41211e 100644 --- a/core/conf/ports/xorg.git +++ b/core/conf/ports/xorg.git @@ -1,7 +1,7 @@ # Collection core # NAME=xorg -URL=git://hive.gnu.systems/xorg.git +URL=git://tribu.semdestino.org/xorg.git BRANCH=stable-3.5 destination=/srv/ports/xorg PORTS_DIR="/usr/ports" diff --git a/core/configure.html b/core/configure.html index cdb51a4..a548e5d 100644 --- a/core/configure.html +++ b/core/configure.html @@ -274,9 +274,9 @@ Core OS Index -

This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. +

This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/core/dash.html b/core/dash.html index a273107..a9aebee 100644 --- a/core/dash.html +++ b/core/dash.html @@ -19,9 +19,9 @@ Core OS Index -

This is part of the Hive System Documentation. - Copyright (C) 2018 - Hive Team. +

This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/core/exim.html b/core/exim.html index 3b86bb7..028bfce 100644 --- a/core/exim.html +++ b/core/exim.html @@ -224,9 +224,9 @@ Core OS Index

- This is part of the Hive System Documentation. - Copyright (C) 2018 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/core/hardening.html b/core/hardening.html index 200adfb..041f999 100644 --- a/core/hardening.html +++ b/core/hardening.html @@ -178,9 +178,9 @@

Add unnecessary tests to profile to have less noise.

Core OS Index -

This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. +

This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/core/index.html b/core/index.html index 72af003..639ffda 100644 --- a/core/index.html +++ b/core/index.html @@ -154,9 +154,9 @@ Documentation Index

- This is part of the Hive System Documentation. - Copyright (C) 2018 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/core/install.html b/core/install.html index 2235b12..b933042 100644 --- a/core/install.html +++ b/core/install.html @@ -37,29 +37,49 @@ $ curl -k -O https://serverop.de/crux/crux-3.5/iso/crux-3.5.iso $ curl -k -O https://serverop.de/crux/crux-3.5/iso/crux-3.5.md5 $ md5sum crux-3.5.iso - 73bf4d301e2dcfb0636cb7fc2a9e8fde crux-3.5.iso + eb0c9b75322ba240f229ec9834feddfd crux-3.5.iso

1.1.2. Prepare target

Prepare disk or target location where new system will - be installed. Follow steps describe how to create efi system, - for bios_boot systems is only needed the boot partition in - the beginning of the disk and can use ext4 file system for example. - For more information about gpt partitions table read + be installed. Following steps describe how to create efi + system or msdos. Systems with bios_boot(msdos) only require + boot partition in the beginning of the disk, use ext4 file + system. For more information about gpt partitions table read devil-detail grub2 on gpt. Script setup-target.sh help to create partitions scripts.

-

- -

Create gpt label and set unit size to use;

+

Set unit size to use;

-        (parted) mklabel gpt
         (parted) unit mib
         
-

bootloader

+

bios_boot

+ +

If the system don't support efi, on bios_boot systems;

+ +
+        (parted) mklabel msdos
+        
+ +

Boot partition. Partition with 1G provide room for kernels + and bootable iso's that can be directly boot from grub (without root + partition). Partition size ~1G;

+ +
+        (parted) mkpart primary ext4 2 1132
+        (parted) set 1 boot on
+        
+ +

efi/esp

+ +

On systems that support efi;

+ +
+        (parted) mklabel gpt
+        

Partition used by grub boot loader. Partition size 2M;

@@ -69,8 +89,6 @@ set 1 bios_grub on -

/boot/efi

-

EFI System Partition, ESP type EF00. Partition with between 500M and 100M is recommended for standard installations. Partition size 128M;

@@ -81,18 +99,16 @@ (parted) set 2 boot on -

/boot

-

Boot partition. Partition with 1G provide room for kernels and bootable iso's that can be directly boot from grub (without root - partition). Partition size 1G;

+ partition). Partition size ~1G;

         (parted) mkpart primary ext4 132 1132
         (parted) name 3 boot
         
-

/

+

Encrypted lvm

There are different ways to achieve disk encryption, the method described uses cryptosetup to create cryptodevice @@ -101,14 +117,25 @@ var, usr, swap and home.

+        # modprobe dm-crypt
+        # parted
         (parted) mkpart primary 1132 100%
-        (parted) set 4 lvm on
         
-

Create encrypted block for lvm;

+

Create encrypted block for lvm, partition layout of efi and bios boot systems is different.

+ +

On bios_boot systems partition should be 2;

-        # modprobe dm-crypt
+        (parted) set 2 lvm on
+        # cryptsetup luksFormat /dev/sda2
+        # cryptsetup luksOpen /dev/sda2 cryptlvm
+        
+ +

On efi systems partition should be number 4;

+ +
+        (parted) set 4 lvm on
         # cryptsetup luksFormat /dev/sda4
         # cryptsetup luksOpen /dev/sda4 cryptlvm
         
@@ -120,6 +147,8 @@ # vgcreate vg_system /dev/mapper/cryptlvm +

/ root partition

+

Core collection installation on root partition uses approximately 2G. Partition with 8G-20G is recommended for a server or desktop with dedicated ports partition @@ -130,7 +159,7 @@ # lvcreate -L 20G -n lv_root vg_system -

/var

+

/var partition

Var partition is recommended 1G-5G depending on how system is configured. Partition size 2G;

@@ -372,9 +401,9 @@ Core OS Index -

This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. +

This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/core/linux.html b/core/linux.html index d265925..9d568e9 100644 --- a/core/linux.html +++ b/core/linux.html @@ -856,9 +856,9 @@ Core OS Index -

This is part of the Hive System Documentation. - Copyright (C) 2018 - Hive Team. +

This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/core/network.html b/core/network.html index 4838122..0d359f3 100644 --- a/core/network.html +++ b/core/network.html @@ -427,9 +427,9 @@ Core OS Index

- This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/core/package.html b/core/package.html index 974ead2..5235d01 100644 --- a/core/package.html +++ b/core/package.html @@ -116,7 +116,7 @@

Clone this documentation;

-        $ git clone git://hive.gnu.systems/ports.git
+        $ git clone git://tribu.semdestino.org/ports.git
         

Install collections later documented;

@@ -180,9 +180,9 @@ Core OS Index -

This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. +

This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/core/ports.html b/core/ports.html index 990f6cc..78607bd 100644 --- a/core/ports.html +++ b/core/ports.html @@ -97,7 +97,7 @@ ;; esac - PKGMK_SOURCE_MIRRORS=(https://hive.gnu.systems/mirror-3.4/distfiles/) + PKGMK_SOURCE_MIRRORS=(https://tribu.semdestino.org/mirror-3.4/distfiles/) # PKGMK_SOURCE_DIR="$PWD" PKGMK_SOURCE_DIR="/usr/ports/distfiles" # PKGMK_PACKAGE_DIR="$PWD" @@ -256,9 +256,9 @@ Core OS Index

- This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/core/reboot.html b/core/reboot.html index fbf9cc1..1a4783b 100644 --- a/core/reboot.html +++ b/core/reboot.html @@ -223,9 +223,9 @@ Core OS Index -

This is part of the Hive System Documentation. - Copyright (C) 2018 - Hive Team. +

This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/core/samhain.html b/core/samhain.html index a209864..4c940ef 100644 --- a/core/samhain.html +++ b/core/samhain.html @@ -255,9 +255,9 @@ Core OS Index

- This is part of the Hive System Documentation. - Copyright (C) 2018 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/core/scripts/portspage.patch b/core/scripts/portspage.patch index c94ea4a..94e653a 100644 --- a/core/scripts/portspage.patch +++ b/core/scripts/portspage.patch @@ -1,7 +1,7 @@ 220c220 < print "

$options{title}

\n"; --- -> print "

Mirror | Crux | Git | Build errors | Distfiles | $options{title}.tar.gz | Archive

\n"; +> print "

Mirror | Crux | Git | Build errors | Distfiles | $options{title}.tar.gz | Archive

\n"; 233c233,238 < print " PortVersionDescription"; --- @@ -22,6 +22,6 @@ > print " "; > $db{$port}{URL} ? print "$port" : print "$port"; > #print "$db{$port}{version}-$db{$port}{release}"; -> print "$db{$port}{version}-$db{$port}{release}"; -> print "$port#$db{$port}{version}-$db{$port}{release}.pkg.tar.gz"; +> print "$db{$port}{version}-$db{$port}{release}"; +> print "$port#$db{$port}{version}-$db{$port}{release}.pkg.tar.gz"; > print "$db{$port}{Description}" if $db{$port}{Description}; diff --git a/core/scripts/restore-ports.sh b/core/scripts/restore-ports.sh index b53e723..cf886ab 100644 --- a/core/scripts/restore-ports.sh +++ b/core/scripts/restore-ports.sh @@ -6,7 +6,7 @@ WORK_DIR=/usr/ports/work/${BUILD_NAME}-${BUILD_VERSION} prepare_archive() { mkdir -p ${WORK_DIR} - wget --directory-prefix=${WORK_DIR} https://hive.gnu.systems/mirror/releases/archives/${BUILD_NAME}-${BUILD_VERSION}.tar.gz + wget --directory-prefix=${WORK_DIR} https://tribu.semdestino.org/mirror/releases/archives/${BUILD_NAME}-${BUILD_VERSION}.tar.gz echo "extracting ${WORK_DIR}/${BUILD_NAME}-${BUILD_VERSION}.tar.gz..." tar -C ${WORK_DIR} -xf ${WORK_DIR}/${BUILD_NAME}-${BUILD_VERSION}.tar.gz rm ${WORK_DIR}/${BUILD_NAME}-${BUILD_VERSION}.tar.gz diff --git a/core/sysctl.html b/core/sysctl.html index 550ae6d..3b1d492 100644 --- a/core/sysctl.html +++ b/core/sysctl.html @@ -167,9 +167,9 @@ Core OS Index -

This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. +

This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/core/tmux.html b/core/tmux.html index b94253d..d6bf7a0 100644 --- a/core/tmux.html +++ b/core/tmux.html @@ -108,9 +108,9 @@ Core OS Index

- This is part of the Hive System Documentation. - Copyright (C) 2018 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/core/toolchain.html b/core/toolchain.html index 34a6c34..23f5655 100644 --- a/core/toolchain.html +++ b/core/toolchain.html @@ -177,9 +177,9 @@ Core OS Index -

This is part of the Hive System Documentation. - Copyright (C) 2018 - Hive Team. +

This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/core/tty-terminal.html b/core/tty-terminal.html index d033ec2..4da3798 100644 --- a/core/tty-terminal.html +++ b/core/tty-terminal.html @@ -72,9 +72,9 @@ Core OS Index -

This is part of the Hive System Documentation. - Copyright (C) 2018 - Hive Team. +

This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/dev/c/basic.html b/dev/c/basic.html index a2009fc..84f93e2 100644 --- a/dev/c/basic.html +++ b/dev/c/basic.html @@ -50,9 +50,9 @@ C Index

- This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/dev/c/datatypes.html b/dev/c/datatypes.html index a5e1efd..9ebb7db 100644 --- a/dev/c/datatypes.html +++ b/dev/c/datatypes.html @@ -173,9 +173,9 @@ C Index -

This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. +

This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/dev/c/debugging.html b/dev/c/debugging.html index c26ae7e..e721d07 100644 --- a/dev/c/debugging.html +++ b/dev/c/debugging.html @@ -136,9 +136,9 @@ C Index

- This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/dev/c/elements.html b/dev/c/elements.html index 49871db..78829d2 100644 --- a/dev/c/elements.html +++ b/dev/c/elements.html @@ -54,9 +54,9 @@ C Index

- This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/dev/c/hello.html b/dev/c/hello.html index 14c65e9..f4b7039 100644 --- a/dev/c/hello.html +++ b/dev/c/hello.html @@ -125,9 +125,9 @@ C Index

- This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/dev/c/index.html b/dev/c/index.html index 72ea270..0935866 100644 --- a/dev/c/index.html +++ b/dev/c/index.html @@ -80,9 +80,9 @@ Development Index

- This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/dev/c/lib.html b/dev/c/lib.html index 5e3f1f7..f5f6acc 100644 --- a/dev/c/lib.html +++ b/dev/c/lib.html @@ -246,9 +246,9 @@ C Index

- This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/dev/c/system.html b/dev/c/system.html index d2a7d1f..de9dab5 100644 --- a/dev/c/system.html +++ b/dev/c/system.html @@ -171,9 +171,9 @@ C Index

- This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/dev/git/branch.html b/dev/git/branch.html index 7b31604..cf11572 100644 --- a/dev/git/branch.html +++ b/dev/git/branch.html @@ -306,9 +306,9 @@ Git Index -

This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. +

This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/dev/git/index.html b/dev/git/index.html index 2265873..198db7c 100644 --- a/dev/git/index.html +++ b/dev/git/index.html @@ -59,9 +59,9 @@ Development Index -

This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. +

This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/dev/git/install.html b/dev/git/install.html index 16311ed..923fc4c 100644 --- a/dev/git/install.html +++ b/dev/git/install.html @@ -46,9 +46,9 @@ Git Index -

This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. +

This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/dev/git/work.html b/dev/git/work.html index 724df1c..993b413 100644 --- a/dev/git/work.html +++ b/dev/git/work.html @@ -162,9 +162,9 @@ Git Index -

This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. +

This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/dev/index.html b/dev/index.html index 5c55583..461b99e 100644 --- a/dev/index.html +++ b/dev/index.html @@ -35,9 +35,9 @@ Documentation Index

- This is part of the Hive System Documentation. - Copyright (C) 2018 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/dev/js/index.html b/dev/js/index.html index ad746fd..ef89879 100644 --- a/dev/js/index.html +++ b/dev/js/index.html @@ -19,9 +19,9 @@ Development Index

- This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/dev/perl/index.html b/dev/perl/index.html index 9fe7ad3..dd4c857 100644 --- a/dev/perl/index.html +++ b/dev/perl/index.html @@ -21,9 +21,9 @@ Development Index

- This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/dev/php/hello.html b/dev/php/hello.html index cc0f82a..e7cdd62 100644 --- a/dev/php/hello.html +++ b/dev/php/hello.html @@ -74,9 +74,9 @@ PHP Index

- This is part of the Hive System Documentation. - Copyright (C) 2018 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/dev/php/index.html b/dev/php/index.html index fb25bcf..a44b102 100644 --- a/dev/php/index.html +++ b/dev/php/index.html @@ -33,9 +33,9 @@ Development Index

- This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/dev/python/index.html b/dev/python/index.html index 687df20..dea4d63 100644 --- a/dev/python/index.html +++ b/dev/python/index.html @@ -19,9 +19,9 @@ Development Index

- This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/dev/shell/dash.html b/dev/shell/dash.html index 4cfd7bf..4511584 100644 --- a/dev/shell/dash.html +++ b/dev/shell/dash.html @@ -15,9 +15,9 @@

Conditions

Development Index -

This is part of the Hive System Documentation. - Copyright (C) 2018 - Hive Team. +

This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/dev/shell/index.html b/dev/shell/index.html index f41d691..1b742a9 100644 --- a/dev/shell/index.html +++ b/dev/shell/index.html @@ -24,9 +24,9 @@ Documentation Index

- This is part of the Hive System Documentation. - Copyright (C) 2019 - Hive Team. + This is part of the Tribu System Documentation. + Copyright (C) 2020 + Tribu Team. See the file Gnu Free Documentation License for copying conditions.

diff --git a/index.html b/index.html index 657368e..d566ccf 100644 --- a/index.html +++ b/index.html @@ -2,11 +2,11 @@ - Hive System Doc + Tribu System Doc -

Hive System Documentation

+

Tribu System Documentation