diff options
author | jkh <jkh@FreeBSD.org> | 2000-01-07 08:03:25 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2000-01-07 08:03:25 +0000 |
commit | 35c4148f77d496f66ff635642d112ad0066f581a (patch) | |
tree | 0eba637145823378d0c1f14180f8c88e8427bf8b /release | |
parent | 1b5e112711ab0f6f8708bec08761ccf027c3e4ca (diff) | |
download | FreeBSD-src-35c4148f77d496f66ff635642d112ad0066f581a.zip FreeBSD-src-35c4148f77d496f66ff635642d112ad0066f581a.tar.gz |
Temporarily remove ping from the fixit image (until IPv6 disruptions are
over).
Diffstat (limited to 'release')
-rw-r--r-- | release/alpha/fixit_crunch.conf | 2 | ||||
-rw-r--r-- | release/fixit_crunch.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/release/alpha/fixit_crunch.conf b/release/alpha/fixit_crunch.conf index 08ccb4a..f07a118 100644 --- a/release/alpha/fixit_crunch.conf +++ b/release/alpha/fixit_crunch.conf @@ -19,7 +19,7 @@ progs mv rm rmdir sleep sync # /sbin stuff progs chown clri disklabel dmesg fdisk -progs mknod mount ping reboot restore swapon umount +progs mknod mount reboot restore swapon umount progs mount_msdos mount_cd9660 diff --git a/release/fixit_crunch.conf b/release/fixit_crunch.conf index 08ccb4a..f07a118 100644 --- a/release/fixit_crunch.conf +++ b/release/fixit_crunch.conf @@ -19,7 +19,7 @@ progs mv rm rmdir sleep sync # /sbin stuff progs chown clri disklabel dmesg fdisk -progs mknod mount ping reboot restore swapon umount +progs mknod mount reboot restore swapon umount progs mount_msdos mount_cd9660 |