From cd94d5df4349923a36cac89a80f78d388dde61c4 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Wed, 20 Feb 2008 15:18:39 +0000 Subject: Updated quota_nld manpage and package version. (Jan Kara) --- Makefile.in | 2 +- quota_nld.8 | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 305929c..c1dc181 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ PROGS = quotacheck quotaon quota quot repquota warnquota quotastats xqmstats edquota setquota convertquota rpc.rquotad @QUOTA_NETLINK_PROG@ SOURCES = bylabel.c common.c convertquota.c edquota.c pot.c quot.c quota.c quotacheck.c quotacheck_v1.c quotacheck_v2.c quotaio.c quotaio_rpc.c quotaio_v1.c quotaio_v2.c quotaio_xfs.c quotaio_generic.c quotaon.c quotaon_xfs.c quotaops.c quotastats.c quotasys.c repquota.c rquota_client.c rquota_server.c rquota_svc.c setquota.c warnquota.c xqmstats.c svc_socket.c -VERSIONDEF = -DQUOTA_VERSION=\"3.15\" +VERSIONDEF = -DQUOTA_VERSION=\"3.16\" CFLAGS = @CFLAGS@ @EXT2_DIRECT@ -D_GNU_SOURCE -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 $(VERSIONDEF) -DCOMPILE_OPTS="\"@COMPILE_OPTS@\"" CPPFLAGS = @CPPFLAGS@ EXT2LIBS = @EXT2LIBS@ diff --git a/quota_nld.8 b/quota_nld.8 index fd7e3d5..bc84c6e 100644 --- a/quota_nld.8 +++ b/quota_nld.8 @@ -9,8 +9,10 @@ quota_nld \- quota netlink message daemon .SH DESCRIPTION .BR quota_nld is a daemon that listens on netlink socket and processes received quota -warnings. The daemon supports forwarding warning messages to the system's -DBUS and writing them to the terminal user has last accessed. +warnings. Note, that you have to enable the kernel support for sending quota +messages over netlink (in Filesystems->Quota menu). The daemon supports +forwarding warning messages to the system's DBUS (so that desktop manager +can display a dialog) and writing them to the terminal user has last accessed. .SH OPTIONS .TP -- cgit v1.2.3