setup -dontdeletetemp has the same effect as this patch.

This commit is contained in:
Martin Blapp 2004-01-10 00:03:08 +00:00
parent 9ea3d25226
commit ee48356e9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97821
4 changed files with 0 additions and 84 deletions

View file

@ -1,21 +0,0 @@
--- ../setup2/mow/source/loader/loader.c.orig Mon Jun 2 08:25:13 2003
+++ ../setup2/mow/source/loader/loader.c Tue Jun 3 07:58:22 2003
@@ -1069,6 +1069,7 @@
void KillSetupDir()
{
+#if 0
DIR* pDir;
struct dirent* pFile;
@@ -1088,6 +1089,10 @@
closedir( pDir );
chdir( strInitPath );
rmdir( strTmpPath );
+#else
+ fprintf(stderr, "\nLeaving behind temporary directory: %s\n",
+ strTmpPath);
+#endif
}
void makeSymLink( char* s )

View file

@ -1,21 +0,0 @@
--- ../setup2/mow/source/loader/loader.c.orig Mon Jun 2 08:25:13 2003
+++ ../setup2/mow/source/loader/loader.c Tue Jun 3 07:58:22 2003
@@ -1069,6 +1069,7 @@
void KillSetupDir()
{
+#if 0
DIR* pDir;
struct dirent* pFile;
@@ -1088,6 +1089,10 @@
closedir( pDir );
chdir( strInitPath );
rmdir( strTmpPath );
+#else
+ fprintf(stderr, "\nLeaving behind temporary directory: %s\n",
+ strTmpPath);
+#endif
}
void makeSymLink( char* s )

View file

@ -1,21 +0,0 @@
--- ../setup2/mow/source/loader/loader.c.orig Mon Jun 2 08:25:13 2003
+++ ../setup2/mow/source/loader/loader.c Tue Jun 3 07:58:22 2003
@@ -1069,6 +1069,7 @@
void KillSetupDir()
{
+#if 0
DIR* pDir;
struct dirent* pFile;
@@ -1088,6 +1089,10 @@
closedir( pDir );
chdir( strInitPath );
rmdir( strTmpPath );
+#else
+ fprintf(stderr, "\nLeaving behind temporary directory: %s\n",
+ strTmpPath);
+#endif
}
void makeSymLink( char* s )

View file

@ -1,21 +0,0 @@
--- ../setup2/mow/source/loader/loader.c.orig Mon Jun 2 08:25:13 2003
+++ ../setup2/mow/source/loader/loader.c Tue Jun 3 07:58:22 2003
@@ -1069,6 +1069,7 @@
void KillSetupDir()
{
+#if 0
DIR* pDir;
struct dirent* pFile;
@@ -1088,6 +1089,10 @@
closedir( pDir );
chdir( strInitPath );
rmdir( strTmpPath );
+#else
+ fprintf(stderr, "\nLeaving behind temporary directory: %s\n",
+ strTmpPath);
+#endif
}
void makeSymLink( char* s )