From 5c06b277cedf90591082ee1bdb2ebf0142a96138 Mon Sep 17 00:00:00 2001 From: "\"Vladimir N. Oleynik\"" Date: Sat, 25 Feb 2006 07:20:15 +0000 Subject: fdisk unmaintained now :( --- AUTHORS | 3 ++- util-linux/fdisk.c | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index ed5d6e379..6e49761f0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -113,7 +113,8 @@ Manuel Novoa III Vladimir Oleynik cmdedit; bb_mkdep, xargs(current), httpd(current); - ports: ash, crond, fdisk, inetd, stty, traceroute, top; + ports: ash, crond, fdisk (initial, unmaintained now), inetd, stty, traceroute, + top; locale, various fixes and irreconcilable critic of everything not perfect. diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 5d1b75b89..4e23cdb85 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c @@ -1,13 +1,18 @@ /* fdisk.c -- Partition table manipulator for Linux. * * Copyright (C) 1992 A. V. Le Blanc (LeBlanc@mcc.ac.uk) - * Copyright (C) 2001,2002 Vladimir Oleynik (Busybox port) * * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. + * Copyright (C) 2001,2002 Vladimir Oleynik + * initial busybox port, BSD license + * + * This applet have not the support person from busybox. */ +/* Current changes have not compatibility with this version */ #define UTIL_LINUX_VERSION "2.12" + #define PROC_PARTITIONS "/proc/partitions" #include -- cgit v1.2.3