From ce61e28643055748297a1880dfe14ad3e218646c Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Sun, 30 Mar 2014 16:20:31 +0200 Subject: [PATCH] Remove bgnome-console and bwx-console leftovers. --- bacula/Makefile.in | 38 --------------------- bacula/manpages/Makefile.in | 2 -- bacula/manpages/bacula-bgnome-console.1 | 45 ------------------------- bacula/manpages/bacula-bwxconsole.1 | 45 ------------------------- 4 files changed, 130 deletions(-) delete mode 100644 bacula/manpages/bacula-bgnome-console.1 delete mode 100644 bacula/manpages/bacula-bwxconsole.1 diff --git a/bacula/Makefile.in b/bacula/Makefile.in index 63acc13605..ec484d8293 100755 --- a/bacula/Makefile.in +++ b/bacula/Makefile.in @@ -114,31 +114,6 @@ installdirs: chgrp $(dir_group) $(DESTDIR)$(working_dir); \ fi -gnomedirs: - $(MKDIR) $(DESTDIR)/usr/share/pixmaps - $(MKDIR) $(DESTDIR)/usr/share/gnome/apps/System - $(MKDIR) $(DESTDIR)/usr/share/applications - $(MKDIR) $(DESTDIR)/etc/security/console.apps - $(MKDIR) $(DESTDIR)/etc/pam.d - -install-menu: gnomedirs - ${INSTALL_DATA} scripts/bacula.png $(DESTDIR)/usr/share/pixmaps/bacula.png - ${INSTALL_DATA} scripts/bacula.desktop.gnome1 $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop - ${INSTALL_DATA} scripts/bacula.desktop.gnome2 $(DESTDIR)/usr/share/applications/bacula.desktop - -install-menu-xsu: gnomedirs - ${INSTALL_DATA} scripts/bacula.png $(DESTDIR)/usr/share/pixmaps/bacula.png - ${INSTALL_DATA} scripts/bacula.desktop.gnome1.xsu $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop - ${INSTALL_DATA} scripts/bacula.desktop.gnome2.xsu $(DESTDIR)/usr/share/applications/bacula.desktop - -install-menu-consolehelper: gnomedirs - ${INSTALL_DATA} scripts/bacula.png $(DESTDIR)/usr/share/pixmaps/bacula.png - ${INSTALL_DATA} scripts/bacula.desktop.gnome1.consolehelper $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop - ${INSTALL_DATA} scripts/bacula.desktop.gnome2.consolehelper $(DESTDIR)/usr/share/applications/bacula.desktop - ${INSTALL_DATA} scripts/gnome-console.console_apps $(DESTDIR)/etc/security/console.apps/gnome-console - ${INSTALL_DATA} scripts/gnome-console.pamd $(DESTDIR)/etc/pam.d/gnome-console - ln -s $(DESTDIR)/usr/bin/consolehelper $(DESTDIR)/usr/bin/gnome-console - install: installdirs @for I in $(doc_files) ; do $(INSTALL_DATA) $$I $(DESTDIR)${docdir}; done @for I in $(all_subdirs); do (cd $$I && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1); done @@ -170,19 +145,6 @@ uninstall-autostart-fd: uninstall-autostart-sd: (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) -uninstall-menu: - $(RMF) $(DESTDIR)/usr/share/pixmaps/bacula.png - $(RMF) $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop - $(RMF) $(DESTDIR)/usr/share/applications/bacula.desktop - -uninstall-menu-consolehelper: - $(RMF) $(DESTDIR)/usr/share/pixmaps/bacula.png - $(RMF) $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop - $(RMF) $(DESTDIR)/usr/share/applications/bacula.desktop - $(RMF) $(DESTDIR)/etc/security/console.apps/gnome-console - $(RMF) $(DESTDIR)/etc/pam.d/gnome-console - $(RMF) $(DESTDIR)/usr/bin/gnome-console - Makefile: Makefile.in cd $(topdir) \ && CONFIG_FILES=$(thisdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status diff --git a/bacula/manpages/Makefile.in b/bacula/manpages/Makefile.in index 4d2b152bda..bcaea9f601 100644 --- a/bacula/manpages/Makefile.in +++ b/bacula/manpages/Makefile.in @@ -10,8 +10,6 @@ MAN8 = bacula.8 bacula-dir.8 bacula-fd.8 bacula-sd.8 \ MAN1 = bsmtp.1 bat.1 -# bacula-bgnome-console.1 - all: nothing: diff --git a/bacula/manpages/bacula-bgnome-console.1 b/bacula/manpages/bacula-bgnome-console.1 deleted file mode 100644 index 876fab080d..0000000000 --- a/bacula/manpages/bacula-bgnome-console.1 +++ /dev/null @@ -1,45 +0,0 @@ -.\" Hey, EMACS: -*- nroff -*- -.\" First parameter, NAME, should be all caps -.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection -.\" other parameters are allowed: see man(7), man(1) -.TH BGNOME\-CONSOLE 1 "April 24, 2007" "Kern Sibbald" "Network backup, recovery and verification" -.\" Please adjust this date whenever revising the manpage. -.\" -.\" Some roff macros, for reference: -.\" .nh disable hyphenation -.\" .hy enable hyphenation -.\" .ad l left justify -.\" .ad b justify to both left and right margins -.\" .nf disable filling -.\" .fi enable filling -.\" .br insert line break -.\" .sp insert n+1 empty lines -.\" for manpage-specific macros, see man(7) -.SH NAME - bgnome\-console \- Bacula's management Console, GUI version. -.br -.SH DESCRIPTION -This manual page documents briefly the -.B bgnome\-console -command, the Gnome GUI version of the Bacula administration console. -.sp 2 -.PP -.\" TeX users may be more comfortable with the \fB\fP and -.\" \fI\fP escape sequences to invoke bold face and italics, -.\" respectively. -The Console allows the administrator or user to communicate with the -Bacula Director. This is the Gnome version. It will also run under KDE. -.PP -This Gnome GUI interface is for the moment far from complete but is quite -functional, having all the capabilities of the shell Console plus a number -of GUI extensions that make interaction easier with point and click. -.BR -.SH SEE ALSO -.BR bacula\-dir (8), -.BR bls (1), -.BR bextract (1). -.br -.SH AUTHOR -This manual page was written by Jose Luis Tallon -.nh -. diff --git a/bacula/manpages/bacula-bwxconsole.1 b/bacula/manpages/bacula-bwxconsole.1 deleted file mode 100644 index 1e565917be..0000000000 --- a/bacula/manpages/bacula-bwxconsole.1 +++ /dev/null @@ -1,45 +0,0 @@ -.\" Hey, EMACS: -*- nroff -*- -.\" First parameter, NAME, should be all caps -.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection -.\" other parameters are allowed: see man(7), man(1) -.TH BWX-CONSOLE 1 "24 April 2007" "Kern Sibbald" "Network backup, recovery and verification" -.\" Please adjust this date whenever revising the manpage. -.\" -.SH NAME - bwx-console \- Bacula's management Console -.SH SYNOPSIS -.B bwx-console -.RI [options] -.br -.SH DESCRIPTION -This manual page documents briefly the -.B bwx-console -command, the wxWidgets version of the Bacula administration console. -.PP -.SH OPTIONS -bwx-console [\-s] [\-c config_file] [\-d debug_level] [-t] -.TP -.B \-c -Specify configuration file. -.TP -.B \-d -Set debug level to \fInn\fP. -.TP -.B \-s -No signals. -.TP -.B \-t -Test config mode: read configuration and exit. -.TP -.B \-? -Show version and usage of program. -.SH SEE ALSO -.BR bacula-dir (8), -.BR bacula-bgnome-console (1) -.BR bls (1), -.BR bextract (1). -.br -.SH AUTHOR -This manual page was written by Jose Luis Tallon -.nh -. -- 2.39.5