summaryrefslogtreecommitdiff
path: root/pcr-testing/gophernicus/gophernicus.install
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-07-28 00:38:51 -0500
committerIván Ávalos <avalos@disroot.org>2022-07-28 00:38:51 -0500
commit3c5694e2fc30a846f438b05579ba827725e04c11 (patch)
tree30f5e5c14fee09d77dc2c54e1c87bcbe40002232 /pcr-testing/gophernicus/gophernicus.install
parente4e3858e06dcaf7bf037aa0840a2db43133f5c52 (diff)
parent2187e3ffefad9f0133cede7f90cdda88c955b44d (diff)
downloadabslibre-3c5694e2fc30a846f438b05579ba827725e04c11.tar.gz
abslibre-3c5694e2fc30a846f438b05579ba827725e04c11.tar.bz2
abslibre-3c5694e2fc30a846f438b05579ba827725e04c11.zip
Merge branch 'wip-linux-libre-64' of git://git.parabola.nu/abslibre/abslibre into wip-linux-libre-64wip-linux-libre-64
Diffstat (limited to 'pcr-testing/gophernicus/gophernicus.install')
-rw-r--r--pcr-testing/gophernicus/gophernicus.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/pcr-testing/gophernicus/gophernicus.install b/pcr-testing/gophernicus/gophernicus.install
deleted file mode 100644
index ad4be4589..000000000
--- a/pcr-testing/gophernicus/gophernicus.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- echo "==> to start the gophernicus service:"
- echo " systemd:"
- echo " # systemctl start xinetd.service"
- echo " openrc:"
- echo " # rc-service xinetd start"
- echo "==> configuration is:"
- echo " /etc/xinetd.d/gophernicus"
- echo "==> server root is:"
- echo " /srv/gopher"
-}