aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Macku <jamacku@redhat.com>2022-08-22 16:02:40 +0200
committerJan Macku <jamacku@redhat.com>2022-08-22 16:14:49 +0200
commit7a255fa17ce2b2e9d83b9af8f53a1916e56bd111 (patch)
tree541871850668ddaef140f186521a7cf37c072866
parentc93a728b1bbd495b1a98629222a6ac889dcc6483 (diff)
downloadinitscripts-7a255fa17ce2b2e9d83b9af8f53a1916e56bd111.tar
initscripts-7a255fa17ce2b2e9d83b9af8f53a1916e56bd111.tar.gz
initscripts-7a255fa17ce2b2e9d83b9af8f53a1916e56bd111.tar.bz2
initscripts-7a255fa17ce2b2e9d83b9af8f53a1916e56bd111.tar.xz
initscripts-7a255fa17ce2b2e9d83b9af8f53a1916e56bd111.zip
doc: Use main branch in links
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 4d4daa18..2c788359 100644
--- a/README.md
+++ b/README.md
@@ -19,18 +19,18 @@ quite outdated nowadays. *As a result, this repository provides primarily only
the support for other initscripts that might still exist out there.*
The above mentioned support includes e.g. the
-[`/etc/rc.d/init.d/functions`](https://github.com/fedora-sysv/initscripts/blob/master/etc/rc.d/init.d/functions)
+[`/etc/rc.d/init.d/functions`](https://github.com/fedora-sysv/initscripts/blob/main/etc/rc.d/init.d/functions)
or
-[`/usr/sbin/service`](https://github.com/fedora-sysv/initscripts/blob/master/usr/sbin/service)
+[`/usr/sbin/service`](https://github.com/fedora-sysv/initscripts/blob/main/usr/sbin/service)
files.
Another functionality this source code provides includes:
- * [`network-scripts`](https://github.com/fedora-sysv/initscripts/tree/master/network-scripts) - **legacy** scripts for manipulating of network devices
- * [`readonly-root`](https://github.com/fedora-sysv/initscripts/blob/master/usr/lib/systemd/readonly-root) - service for configuring the read-only root support
- * [`netconsole`](https://github.com/fedora-sysv/initscripts/blob/master/etc/rc.d/init.d/netconsole) - service for initializing of network console logging
+ * [`network-scripts`](https://github.com/fedora-sysv/initscripts/tree/main/network-scripts) - **legacy** scripts for manipulating of network devices
+ * [`readonly-root`](https://github.com/fedora-sysv/initscripts/blob/main/usr/lib/systemd/readonly-root) - service for configuring the read-only root support
+ * [`netconsole`](https://github.com/fedora-sysv/initscripts/blob/main/etc/rc.d/init.d/netconsole) - service for initializing of network console logging
For the *[RPM](https://en.wikipedia.org/wiki/Rpm_(software))* based distributions
-we also provide a [`specfile`](https://github.com/fedora-sysv/initscripts/blob/master/initscripts.spec)
+we also provide a [`specfile`](https://github.com/fedora-sysv/initscripts/blob/main/initscripts.spec)
for easier packaging.
## Future of initscripts
@@ -42,7 +42,7 @@ We intend to convert the rest of the remaining services into *systemd* units,
and remove them eventually if possible.
And we have also started our work on decomissioning of
-[`network-scripts`](https://github.com/fedora-sysv/initscripts/tree/master/network-scripts)
+[`network-scripts`](https://github.com/fedora-sysv/initscripts/tree/main/network-scripts)
as well. This means no new functionality will be added into them. In case you
need some you should ask for it to be implemented
in *[NetworkManager](https://en.wikipedia.org/wiki/NetworkManager)*, if it isn't