The branch, master has been updated via 50510d8968f2161c8ce8a300f305a7ea34a72e4b (commit) from de9412af3c70d5df6f7d8101f794bfea26d04572 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 50510d8968f2161c8ce8a300f305a7ea34a72e4b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Oct 31 22:31:43 2013 +0100 fix bashism in x2gothinclient-chroot init script ----------------------------------------------------------------------- Summary of changes: .../init/x2gothinclient-chroot.init | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2gothinclient-chroot/init/x2gothinclient-chroot.init b/x2gothinclient-chroot/init/x2gothinclient-chroot.init index c9e2e7c..3bcbc66 100644 --- a/x2gothinclient-chroot/init/x2gothinclient-chroot.init +++ b/x2gothinclient-chroot/init/x2gothinclient-chroot.init @@ -13,8 +13,12 @@ case "$1" in start|"") # prep tmpfs subfolders for nfs-common - mkdir -p /var/lib/nfs/{rpc_pipefs,sm,sm.bak} - chown statd:nogroup /var/lib/nfs/{rpc_pipefs,sm,sm.bak} + mkdir -p /var/lib/nfs/rpc_pipefs + mkdir -p /var/lib/nfs/sm + mkdir -p /var/lib/nfs/sm.bak + chown statd:nogroup /var/lib/nfs/rpc_pipefs + chown statd:nogroup /var/lib/nfs/sm + chown statd:nogroup /var/lib/nfs/sm.bak exit 0 ;; restart|reload|force-reload) hooks/post-receive -- x2gothinclient.git (X2Go Thin Client Environment) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gothinclient.git" (X2Go Thin Client Environment).