Date: Tuesday, June 13, 2017 @ 16:14:49
  Author: eworm
Revision: 236625

add comment about systemd-sysusers in install script

Modified:
  boinc/trunk/boinc.install

---------------+
 boinc.install |    3 +++
 1 file changed, 3 insertions(+)

Modified: boinc.install
===================================================================
--- boinc.install       2017-06-13 16:14:11 UTC (rev 236624)
+++ boinc.install       2017-06-13 16:14:49 UTC (rev 236625)
@@ -1,4 +1,7 @@
 post_install() {
+  # We need to know uid and gid to create /var/lib/boinc with proper
+  # permissions. So keep systemd-sysusers invocation here despite having
+  # pacman hooks.
   systemd-sysusers boinc.conf
   mkdir -p var/lib/boinc
   chown -R boinc:boinc var/lib/boinc

Reply via email to