summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Siegert2017-08-08 15:53:28 +0200
committerFrank Siegert2017-08-08 15:53:34 +0200
commit35043757f27a492f95c9bb93b1ab513285636ef7 (patch)
treeb1c8ec67ebd325db323a9d60e0d2949cc223bedd
parentd830f202844d8834c5ec1e237f8b600affd5f274 (diff)
downloadaur-35043757f27a492f95c9bb93b1ab513285636ef7.tar.gz
Fix typo in cvmfs.install
-rw-r--r--.SRCINFO2
-rw-r--r--cvmfs.install2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 807c4b0a1ee9..929342d7298e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jul 9 20:36:40 UTC 2017
+# Tue Aug 8 13:53:28 UTC 2017
pkgbase = cvmfs
pkgdesc = A client-server file system implemented in FUSE and developed to deliver software distributions onto virtual machines in a fast, scalable, and reliable way.
pkgver = 2.3.5
diff --git a/cvmfs.install b/cvmfs.install
index 5ef4db44747a..91367c51d26b 100644
--- a/cvmfs.install
+++ b/cvmfs.install
@@ -7,7 +7,7 @@ post_install() {
echo "You can mount cvmfs shares manually like:"
echo " # mkdir -p /cvmfs/domain.cern.ch"
echo " # mount -t cvmfs domain.cern.ch /cvmfs/domain.cern.ch"
- echo "Alternatively, to enable auto-mounting on demand we recommend to use systemd.automount (https://wiki.archlinux.org/index.php/Fstab#Automount_with_systemd), by simply adding lines to /etc/fstab like in this example:
+ echo "Alternatively, to enable auto-mounting on demand we recommend to use systemd.automount (https://wiki.archlinux.org/index.php/Fstab#Automount_with_systemd), by simply adding lines to /etc/fstab like in this example:"
echo " # echo 'atlas.cern.ch /cvmfs/atlas.cern.ch cvmfs noauto,x-systemd.automount,x-systemd.requires=network-online.target,x-systemd.idle-timeout=5min,x-systemd.device-timeout=10,_netdev 0 0' >> /etc/fstab"
echo " Furthermore you (might?) need to add the following to /etc/fuse.conf:"
echo " # echo 'user_allow_other # added by CernVM-FS' >> /etc/fuse.conf"