mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 18:14:56 +01:00
Bring these up-to-date with Peter's compat distribution changes.
This commit is contained in:
parent
13608f6661
commit
03b1ba77c3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20890
@ -4,5 +4,5 @@ if [ "`id -u`" != "0" ]; then
|
||||
echo "Sorry, this must be done as root."
|
||||
exit 1
|
||||
fi
|
||||
tar --unlink -xpzf compat1x.tgz -C /
|
||||
cat compat1x.?? | tar --unlink -xpzf - -C /
|
||||
exit 0
|
||||
|
@ -4,5 +4,5 @@ if [ "`id -u`" != "0" ]; then
|
||||
echo "Sorry, this must be done as root."
|
||||
exit 1
|
||||
fi
|
||||
tar --unlink -xpzf compat20.tgz -C /
|
||||
cat compat20.?? | tar --unlink -xpzf - -C /
|
||||
exit 0
|
||||
|
@ -4,5 +4,5 @@ if [ "`id -u`" != "0" ]; then
|
||||
echo "Sorry, this must be done as root."
|
||||
exit 1
|
||||
fi
|
||||
tar --unlink -xpzf compat21.tgz -C /
|
||||
cat compat21.?? | tar --unlink -xpzf - -C /
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user