changed mode for ~/.fluxbox/startup to 644 so people on noexec-mounted

partitions dont run into problems
This commit is contained in:
mathias 2006-10-27 07:04:51 +00:00
parent 4c6378564d
commit 426c12c25c
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,10 @@
(Format: Year/Month/Day)
Changes for 1.0rc3:
*06/10/27:
* Changed mode for .fluxbox/startup to 644 (Mathias)
some people on noexec-mounted partitions ran into problems
util/startfluxbox.in
* Small updates to the asciidoc-docs (Mathias)
* Cosmetic patch from Slave Semushin
Slit.cc Screen.cc Keys.cc main.cc ToolbarTheme.cc FbTk/MultLayers.cc
FbTk/Transparent.cc FbTk/Resource.cc FbTk/Theme.cc FbTk/XLayer.cc

View file

@ -85,6 +85,6 @@ exec @pkgbindir@/@pkgprefix@fluxbox@pkgsuffix@
EOF
) > "$startup"
fi
chmod 755 "$startup"
chmod 644 "$startup"
exec "$startup"
fi