]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Populate the EnvironmentFile in the postinst
authorBenjamin Kaduk <kaduk@mit.edu>
Thu, 23 Oct 2014 15:55:13 +0000 (11:55 -0400)
committerBenjamin Kaduk <kaduk@mit.edu>
Fri, 24 Oct 2014 04:07:53 +0000 (00:07 -0400)
debian/openafs-client.postinst

index 2abd51bf6047c462903a833b757799585f0a0ba0..6442eeea7c8d37caed9cb3dc40bcf13cb1878019 100755 (executable)
@@ -101,6 +101,9 @@ echo AFS_DYNROOT="$RET" >> /etc/openafs/afs.conf.client
 db_get openafs-client/fakestat
 echo AFS_FAKESTAT="$RET" >> /etc/openafs/afs.conf.client
 
+# Prepopulate the systemd EnvironmentFile
+/usr/share/openafs/openafs-client-precheck
+
 #DEBHELPER#
 
 exit 0