From 856489b63c276571387a9646d418081b5609628b Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 18 Apr 2006 20:57:28 +0000 Subject: New applet cksum, from Rob Sullivan. --- coreutils/Config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'coreutils/Config.in') diff --git a/coreutils/Config.in b/coreutils/Config.in index c77a1c90f..5d2965b47 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -52,6 +52,12 @@ config CONFIG_CHROOT chroot is used to change the root directory and run a command. The default command is `/bin/sh'. +config CONFIG_CKSUM + bool "cksum" + default n + help + cksum is used to calculate the CRC32 checksum of a file. + config CONFIG_CMP bool "cmp" default n -- cgit v1.2.3