Moved /etc/post_install to /boot/common/boot and the fresh_install marker

file to /boot/common/settings. Repackaged OpenSSH accordingly.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25335 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2008-05-06 22:47:38 +00:00
parent 7c8ddc9795
commit 46f2d5ea88
5 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -139,8 +139,8 @@ if [ "$SAFEMODE" != "yes" ]; then
fi
# Check for fresh install and run post install scripts.
postInstallDir=/boot/beos/etc/post_install
freshInstallIndicator=$postInstallDir/fresh_install
postInstallDir=/boot/common/boot/post_install
freshInstallIndicator=/boot/common/settings/fresh_install
if [ -e $freshInstallIndicator ]; then
# wait a moment for things to calm down a bit
sleep 3