From 918e8feac37638cc001e76064562eb676381187b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 22 Jan 2006 22:53:58 +0000 Subject: r13066: Add (very simple) manpages for gepdump and gwcrontab, remove gwsam from installed binaries (as it's not ready for use yet) (This used to be commit 219aebe7e4283d2075ca3910ae700a16919120e4) --- source4/gtk/config.mk | 21 +++------------- source4/gtk/man/gepdump.1.xml | 54 +++++++++++++++++++++++++++++++++++++++++ source4/gtk/man/gwcrontab.1.xml | 47 +++++++++++++++++++++++++++++++++++ 3 files changed, 105 insertions(+), 17 deletions(-) create mode 100644 source4/gtk/man/gepdump.1.xml create mode 100644 source4/gtk/man/gwcrontab.1.xml (limited to 'source4') diff --git a/source4/gtk/config.mk b/source4/gtk/config.mk index 9378f85d5c..56c4971320 100644 --- a/source4/gtk/config.mk +++ b/source4/gtk/config.mk @@ -13,39 +13,26 @@ OBJ_FILES = common/gtk-smb.o \ common/credentials.o REQUIRED_SUBSYSTEMS = CHARSET LIBBASIC EXT_LIB_gtk RPC_NDR_SAMR -################################################ -# Start BINARY gregedit [BINARY::gregedit] INSTALLDIR = BINDIR OBJ_FILES = tools/gregedit.o REQUIRED_SUBSYSTEMS = CONFIG REGISTRY GTK_SAMBA MANPAGE = man/gregedit.1 -# End BINARY gregedit -################################################ -################################################ -# Start BINARY gepdump [BINARY::gepdump] INSTALLDIR = BINDIR +MANPAGE = man/gepdump.1 OBJ_FILES = tools/gepdump.o REQUIRED_SUBSYSTEMS = CONFIG GTK_SAMBA RPC_NDR_EPMAPPER RPC_NDR_MGMT -# End BINARY gepdump -################################################ -################################################ -# Start BINARY gwcrontab [BINARY::gwcrontab] INSTALLDIR = BINDIR +MANPAGE = man/gwcrontab.1 OBJ_FILES = tools/gwcrontab.o REQUIRED_SUBSYSTEMS = CONFIG GTK_SAMBA RPC_NDR_ATSVC -# End BINARY gwcrontab -################################################ -################################################ -# Start BINARY gwsam +# This binary is disabled for now as it doesn't do anything useful yet... [BINARY::gwsam] -INSTALLDIR = BINDIR +#INSTALLDIR = BINDIR OBJ_FILES = tools/gwsam.o tools/gwsam_user.o REQUIRED_SUBSYSTEMS = CONFIG RPC_NDR_SAMR GTK_SAMBA -# End BINARY gwsam -################################################ diff --git a/source4/gtk/man/gepdump.1.xml b/source4/gtk/man/gepdump.1.xml new file mode 100644 index 0000000000..253b3623dc --- /dev/null +++ b/source4/gtk/man/gepdump.1.xml @@ -0,0 +1,54 @@ + + + + + + + gepdump + 1 + + + + + gepdump + Endpoint mapper viewer in GTK+ + + + + + gepdump + + + + + DESCRIPTION + + gepdump is a simple Gtk+-based DCE/RPC analysis tool that is +capable of showing the endpoints on a remote host and which interfaces are +available over those endpoints. It also features the ability to look up statistics for each interface. + + + + + VERSION + + This man page is correct for version 4.0 of the Samba suite. + + + + SEE ALSO + + gregedit + + + + + AUTHOR + + This utility is part of the Samba suite, which is developed by the global Samba Team. + + This manpage and gepdump were written by Jelmer Vernooij. + + + + diff --git a/source4/gtk/man/gwcrontab.1.xml b/source4/gtk/man/gwcrontab.1.xml new file mode 100644 index 0000000000..73137ca07e --- /dev/null +++ b/source4/gtk/man/gwcrontab.1.xml @@ -0,0 +1,47 @@ + + + + + + + gwcrontab + 1 + + + + + gwcrontab + Task planning frontend for DCE/RPC + + + + + gwcrontab + + + + + DESCRIPTION + + gwcrontab is a simple remote frontend to the Windows atsvc service. This service performs the same tasks as at and cron do on POSIX systems. + + The GUI is aimed to look similar to the "Planning Tasks" application in Windows. + + + + + VERSION + + This man page is correct for version 4.0 of the Samba suite. + + + + AUTHOR + + This utility is part of the Samba suite, which is developed by the global Samba Team. + + This manpage and gwcrontab were written by Jelmer Vernooij. + + + + -- cgit