debian: Provide an init script to run the daemon on boot.
[fwd] / Makefile.am
index 6236c92..f9a96a3 100644 (file)
@@ -108,9 +108,14 @@ dist-hook:
 ###--------------------------------------------------------------------------
 ### Debian.
 
+## Main Debian files.
 EXTRA_DIST             += debian/rules
 EXTRA_DIST             += debian/changelog
 EXTRA_DIST             += debian/control
 EXTRA_DIST             += debian/copyright
 
+## Run the daemon automatically.
+EXTRA_DIST             += debian/fw.init
+EXTRA_DIST             += debian/fw.postinst
+
 ###----- That's all, folks --------------------------------------------------