diff options
author | jamie <jamie@FreeBSD.org> | 2009-06-29 13:59:30 +0000 |
---|---|---|
committer | jamie <jamie@FreeBSD.org> | 2009-06-29 13:59:30 +0000 |
commit | fa263a2ed113163b45f14b1679ea4e6737106ded (patch) | |
tree | d25c40ace2c6b18388913d274fd89d9b4fbdfec1 | |
parent | f21ccb87b0cf52a3b28209bafc711edcab4d274e (diff) | |
download | FreeBSD-src-fa263a2ed113163b45f14b1679ea4e6737106ded.zip FreeBSD-src-fa263a2ed113163b45f14b1679ea4e6737106ded.tar.gz |
Add libjail to the boot_crunch binaries (for ifconfig).
PR: 136071
Submitted by: Scot Hetzel
Approved by: re (kensmith), bz (mentor)
-rw-r--r-- | release/amd64/boot_crunch.conf | 2 | ||||
-rw-r--r-- | release/i386/boot_crunch.conf | 2 | ||||
-rw-r--r-- | release/ia64/boot_crunch.conf | 2 | ||||
-rw-r--r-- | release/pc98/boot_crunch.conf | 2 | ||||
-rw-r--r-- | release/powerpc/boot_crunch.conf | 2 | ||||
-rw-r--r-- | release/sparc64/boot_crunch.conf | 2 | ||||
-rw-r--r-- | release/sun4v/boot_crunch.conf | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/release/amd64/boot_crunch.conf b/release/amd64/boot_crunch.conf index 858fe09..887a173 100644 --- a/release/amd64/boot_crunch.conf +++ b/release/amd64/boot_crunch.conf @@ -42,4 +42,4 @@ progs usbconfig libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph libs -ldialog -lncurses -ldisk -lcam -lsbuf -lufs -ldevinfo -libs -lbsdxml -larchive -lbz2 -lusb +libs -lbsdxml -larchive -lbz2 -lusb -ljail diff --git a/release/i386/boot_crunch.conf b/release/i386/boot_crunch.conf index 858fe09..887a173 100644 --- a/release/i386/boot_crunch.conf +++ b/release/i386/boot_crunch.conf @@ -42,4 +42,4 @@ progs usbconfig libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph libs -ldialog -lncurses -ldisk -lcam -lsbuf -lufs -ldevinfo -libs -lbsdxml -larchive -lbz2 -lusb +libs -lbsdxml -larchive -lbz2 -lusb -ljail diff --git a/release/ia64/boot_crunch.conf b/release/ia64/boot_crunch.conf index 1857d30..05f781c 100644 --- a/release/ia64/boot_crunch.conf +++ b/release/ia64/boot_crunch.conf @@ -46,4 +46,4 @@ progs usbconfig libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph libs -ldialog -lncurses -ldisk -lcam -lkiconv -lsbuf -lufs -ldevinfo -libs -lgeom -lbsdxml -larchive -lbz2 -lusb +libs -lgeom -lbsdxml -larchive -lbz2 -lusb -ljail diff --git a/release/pc98/boot_crunch.conf b/release/pc98/boot_crunch.conf index 93f7b57..2939daa 100644 --- a/release/pc98/boot_crunch.conf +++ b/release/pc98/boot_crunch.conf @@ -41,4 +41,4 @@ progs sysinstall libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph libs -ldialog -lncurses -ldisk -lcam -lsbuf -lufs -lbsdxml -libs -larchive -lbz2 +libs -larchive -lbz2 -ljail diff --git a/release/powerpc/boot_crunch.conf b/release/powerpc/boot_crunch.conf index 12c5a3b..fb5a40e 100644 --- a/release/powerpc/boot_crunch.conf +++ b/release/powerpc/boot_crunch.conf @@ -44,4 +44,4 @@ progs usbconfig libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph libs -ldialog -lncurses -ldisk -lcam -lkiconv -lsbuf -lufs -libs -lbsdxml -larchive -lbz2 -lusb +libs -lbsdxml -larchive -lbz2 -lusb -ljail diff --git a/release/sparc64/boot_crunch.conf b/release/sparc64/boot_crunch.conf index 520d75c..93f6c93 100644 --- a/release/sparc64/boot_crunch.conf +++ b/release/sparc64/boot_crunch.conf @@ -42,4 +42,4 @@ progs usbconfig libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph libs -ldialog -lncurses -ldisk -lcam -lsbuf -lufs -lbsdxml -libs -larchive -lbz2 -lusb +libs -larchive -lbz2 -lusb -ljail diff --git a/release/sun4v/boot_crunch.conf b/release/sun4v/boot_crunch.conf index 520d75c..93f6c93 100644 --- a/release/sun4v/boot_crunch.conf +++ b/release/sun4v/boot_crunch.conf @@ -42,4 +42,4 @@ progs usbconfig libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph libs -ldialog -lncurses -ldisk -lcam -lsbuf -lufs -lbsdxml -libs -larchive -lbz2 -lusb +libs -larchive -lbz2 -lusb -ljail |