@GNOME_DIR@ @TRAY_MONITOR_DIR@ @WX_DIR@
# Non-client-only directores
-subdirs = src/cats @DIRD_DIR@ @STORED_DIR@ src/tools
+subdirs = src/cats @DIRD_DIR@ @STORED_DIR@ src/tools
-all_subdirs = ${fd_subdirs} ${@ALL_DIRS@}
+all_subdirs = ${fd_subdirs} ${@ALL_DIRS@} manpages
DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog
Kern's ToDo List
- 22 August 2006
+ 25 August 2006
Major development:
Project Developer
- Make sure that the restore options don't permit "seeing" other
Client's job data.
- Implement Python event for backing up/restoring a file.
-- Fix wx-console scanning problem with commas in names.
- Change dbcheck to tell users to use native tools for fixing
broken databases, and to ensure they have the proper indexes.
- add udev rules for Bacula devices.
-- Add manpages to the list of directories for make install. Notify
- Scott
- If a job terminates, the DIR connection can close before the
Volume info is updated, leaving the File count wrong.
- Look at why SIGPIPE during connection can cause seg fault in
- Update llist to include new fields.
- Make unmount unload autochanger. Make mount load slot.
- Fix bscan to report the JobType when restoring a job.
+- Fix wx-console scanning problem with commas in names.
+- Add manpages to the list of directories for make install. Notify
+ Scott
+
MAN1 = bacula-console-gnome.1 bacula-tray-monitor.1 \
bacula-wxconsole.1 bsmtp.1
+nothing:
+
+depend:
install:
$(MKDIR) $(DESTDIR)/$(mandir)/man8
$(RMF) *~ 1 2 3 *.bak
@find . -name .#* -exec $(RMF) {} \;
+depend:
+
distclean: clean
$(RMF) Makefile
General:
25Aug06
+kes Install man pages with 'make install'
kes wx-console crashes because of differences between Bacula and wxWidgets
malloc()/free(). Tweek wx-console to use bmalloc()/bfree() for Bacula
calls.