mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
The load_fd() now initializes the `interactive' variable to -i instead
of -v (my fault). The extract() command now rm's /tmp/cat, not /bin/cat (my fault).
This commit is contained in:
parent
c81df31a3b
commit
e1001e11da
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=473
@ -155,8 +155,8 @@ load_fd()
|
||||
;;
|
||||
esac
|
||||
done
|
||||
verbose=
|
||||
interactive=-v
|
||||
verbose=-v
|
||||
interactive=-i
|
||||
dir=/tmp/floppy
|
||||
umount $dir >/dev/null 2>&1
|
||||
rm -f $dir
|
||||
@ -263,7 +263,7 @@ extract()
|
||||
/tmp/gunzip |
|
||||
(cd / ; /tmp/tar --extract --file - --preserve-permissions ${tarverbose} )
|
||||
done
|
||||
rm -f /bin/cat /tmp/gunzip /tmp/tar
|
||||
rm -f /tmp/cat /tmp/gunzip /tmp/tar
|
||||
sync
|
||||
}
|
||||
configure()
|
||||
|
Loading…
Reference in New Issue
Block a user