version_major 0
version_minor 7
-version_micro 3
+version_micro 4
version_file micro
version_target minor
-.TH FIREWALL "1" "April 2025" "Kevux - Firewall 0.7.3" "User Commands"
+.TH FIREWALL "1" "April 2025" "Kevux - Firewall 0.7.4" "User Commands"
.SH NAME
firewall \- A basic iptables based firewall manager for the Kevux distribution.
.SH SYNOPSIS
If one of the build sub-directories, such as includes, libraries, programs, and settings, is empty or missing after a successful build, then there are no files of that type to install.
- Build Tree Structure Example (using the FLL:"Featureless Linux Library" code:"status_code-0.7.3" project)\:
+ Build Tree Structure Example (using the FLL:"Featureless Linux Library" code:"status_code-0.7.4" project)\:
block:"
build/
├── documents
│ ├── shared
│ │ ├── libstatus_code.so -> libstatus_code.so.0
│ │ ├── libstatus_code.so.0 -> libstatus_code.so.0.7
- │ │ ├── libstatus_code.so.0.7 -> libstatus_code.so.0.7.3
- │ │ └── libstatus_code.so.0.7.3
+ │ │ ├── libstatus_code.so.0.7 -> libstatus_code.so.0.7.4
+ │ │ └── libstatus_code.so.0.7.4
│ └── static
│ └── libstatus_code.a
├── objects
└── sources_settings-settings.main.built
"
- Work Tree Sructure Example at file:"/tmp/work" (using the FLL:"Featureless Linux Library" code:"status_code-0.7.3" project)\:
+ Work Tree Sructure Example at file:"/tmp/work" (using the FLL:"Featureless Linux Library" code:"status_code-0.7.4" project)\:
block:"
/tmp/work/
├── includes
├── shared
│ ├── libstatus_code.so -> libstatus_code.so.0
│ ├── libstatus_code.so.0 -> libstatus_code.so.0.7
- │ ├── libstatus_code.so.0.7 -> libstatus_code.so.0.7.3
- │ └── libstatus_code.so.0.7.3
+ │ ├── libstatus_code.so.0.7 -> libstatus_code.so.0.7.4
+ │ └── libstatus_code.so.0.7.4
└── static
└── libstatus_code.a
"
code:"cp -vR build/programs/shared/* /usr/bin/"
code:"cp -vR build/settings/* /etc/"
- Build Tree Structure Example (using the FLL:"Featureless Linux Library" code:"status_code-0.7.3" project)\:
+ Build Tree Structure Example (using the FLL:"Featureless Linux Library" code:"status_code-0.7.4" project)\:
block:"
build/
├── documents
│ ├── shared
│ │ ├── libstatus_code.so -> libstatus_code.so.0
│ │ ├── libstatus_code.so.0 -> libstatus_code.so.0.7
- │ │ ├── libstatus_code.so.0.7 -> libstatus_code.so.0.7.3
- │ │ └── libstatus_code.so.0.7.3
+ │ │ ├── libstatus_code.so.0.7 -> libstatus_code.so.0.7.4
+ │ │ └── libstatus_code.so.0.7.4
│ └── static
│ └── libstatus_code.a
├── objects
local public_name="Simple FLL Project Install Script"
local system_name=install
local called_name=$(basename ${0})
- local version=0.7.3
+ local version=0.7.4
local grab_next=
local do_color=dark
#ifndef _di_firewall_program_version_s_
#define FIREWALL_program_version_major_s F_string_ascii_0_s
#define FIREWALL_program_version_minor_s F_string_ascii_7_s
- #define FIREWALL_program_version_micro_s F_string_ascii_3_s
+ #define FIREWALL_program_version_micro_s F_string_ascii_4_s
#define FIREWALL_program_version_major_s_length F_string_ascii_0_s_length
#define FIREWALL_program_version_minor_s_length F_string_ascii_7_s_length
- #define FIREWALL_program_version_micro_s_length F_string_ascii_3_s_length
+ #define FIREWALL_program_version_micro_s_length F_string_ascii_4_s_length
#if !(defined(FIREWALL_program_version_nano_prefix_s) && defined(FIREWALL_program_version_nano_prefix_s_length))
#define FIREWALL_program_version_nano_prefix_s