Date: Mon, 5 Jul 2004 21:16:37 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/geom/class/stripe geom_stripe.c gstripe.8 src/sys/geom/stripe g_stripe.c g_stripe.h src/sbin/geom/class/concat gconcat.8 geom_concat.c src/sys/geom/concat g_concat.c g_concat.h ... Message-ID: <200407052116.i65LGbPb090745@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2004-07-05 21:16:37 UTC
FreeBSD src repository
Modified files:
sbin/geom/class/stripe geom_stripe.c gstripe.8
sys/geom/stripe g_stripe.c g_stripe.h
sbin/geom/class/concat geom_concat.c gconcat.8
sys/geom/concat g_concat.c g_concat.h
sbin/geom/class/label geom_label.c glabel.8
sys/geom/label g_label.c g_label.h
Log:
- Add 'stop' command, which works just like 'destroy' command, but sounds
less dangerous.
- Update manual pages and extend examples.
- Bump versions.
Revision Changes Path
1.5 +16 -2 src/sbin/geom/class/concat/gconcat.8
1.3 +8 -1 src/sbin/geom/class/concat/geom_concat.c
1.2 +8 -1 src/sbin/geom/class/label/geom_label.c
1.3 +18 -4 src/sbin/geom/class/label/glabel.8
1.3 +8 -1 src/sbin/geom/class/stripe/geom_stripe.c
1.6 +16 -2 src/sbin/geom/class/stripe/gstripe.8
1.11 +2 -1 src/sys/geom/concat/g_concat.c
1.8 +1 -1 src/sys/geom/concat/g_concat.h
1.2 +2 -1 src/sys/geom/label/g_label.c
1.2 +1 -1 src/sys/geom/label/g_label.h
1.3 +2 -1 src/sys/geom/stripe/g_stripe.c
1.2 +1 -1 src/sys/geom/stripe/g_stripe.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407052116.i65LGbPb090745>
