diff options
| -rwxr-xr-x | debian/foolsm.init (renamed from debian/lsm.init) | 0 | ||||
| -rw-r--r-- | debian/foolsm.install | 1 | ||||
| -rw-r--r-- | debian/foolsm.manpages | 1 | ||||
| -rw-r--r-- | debian/foolsm.postinst (renamed from debian/lsm.postinst) | 0 | ||||
| -rw-r--r-- | debian/foolsm.sgml (renamed from debian/lsm.sgml) | 0 | ||||
| -rw-r--r-- | debian/lsm.1 | 37 | ||||
| -rw-r--r-- | debian/lsm.install | 1 | ||||
| -rw-r--r-- | debian/lsm.manpages | 1 | ||||
| -rwxr-xr-x | debian/rules | 2 |
9 files changed, 3 insertions, 40 deletions
diff --git a/debian/lsm.init b/debian/foolsm.init index 4a9c966..4a9c966 100755 --- a/debian/lsm.init +++ b/debian/foolsm.init diff --git a/debian/foolsm.install b/debian/foolsm.install new file mode 100644 index 0000000..6755c84 --- /dev/null +++ b/debian/foolsm.install @@ -0,0 +1 @@ +foolsm.service /lib/systemd/system/ diff --git a/debian/foolsm.manpages b/debian/foolsm.manpages new file mode 100644 index 0000000..7b5385b --- /dev/null +++ b/debian/foolsm.manpages @@ -0,0 +1 @@ +debian/foolsm.1 diff --git a/debian/lsm.postinst b/debian/foolsm.postinst index 82397a6..82397a6 100644 --- a/debian/lsm.postinst +++ b/debian/foolsm.postinst diff --git a/debian/lsm.sgml b/debian/foolsm.sgml index c57e269..c57e269 100644 --- a/debian/lsm.sgml +++ b/debian/foolsm.sgml diff --git a/debian/lsm.1 b/debian/lsm.1 deleted file mode 100644 index 5b9f1a4..0000000 --- a/debian/lsm.1 +++ /dev/null @@ -1,37 +0,0 @@ -.TH "lsm" "1" -.SH "NAME" -lsm \(em Monitor connectivity status -.SH "SYNOPSIS" -.PP -\fBlsm\fR [\fBOPTIONS...\fP] -.SH "DESCRIPTION" -.PP -LSM is a link connectivity monitor tool. -.PP -LSM can be used to monitor a Linux router/firewall connectivity. -If it has multiple connections it can change routing when an -up/down event happens by utilizing external script. -.SH "OPTIONS" -.IP "\fB-h\fP | \fB\-\-help\fP " 10 -Show summary of options. -.IP "\fB-v\fP \fB\-\-version\fP " 10 -Show version of program. -.IP "\fB-c\fP \fB\-\-config FILE\fP " 10 -Specify an alternative config file instead of the default one. -.IP "\fB-p\fP \fB\-\-pidfile FILE\fP " 10 -Specify an alternative pid file instead of the default one. -.IP "\fB-f\fP \fB\-\-no-fork\fP " 10 -Make instance independent of others one already running. -.SH "AUTHOR" -.PP -This manual page was written by Lucas de Castro Borges lucascastroborges@gmail.com for -the \fBDebian\fP system (and may be used by others). Permission is -granted to copy, distribute and/or modify this document under -the terms of the GNU General Public License, Version 2 any -later version published by the Free Software Foundation. - -.PP -On Debian systems, the complete text of the GNU General Public -License can be found in /usr/share/common-licenses/GPL. - -.\" created by instant / docbook-to-man diff --git a/debian/lsm.install b/debian/lsm.install deleted file mode 100644 index 3fe34fe..0000000 --- a/debian/lsm.install +++ /dev/null @@ -1 +0,0 @@ -lsm.service /lib/systemd/system/ diff --git a/debian/lsm.manpages b/debian/lsm.manpages deleted file mode 100644 index c7ce619..0000000 --- a/debian/lsm.manpages +++ /dev/null @@ -1 +0,0 @@ -debian/lsm.1 diff --git a/debian/rules b/debian/rules index 9fa378a..18b4dd0 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all dh $@ override_dh_auto_build: - docbook-to-man debian/lsm.sgml > debian/lsm.1 + docbook-to-man debian/foolsm.sgml > debian/foolsm.1 dh_auto_build -- PREFIX=/usr override_dh_installchangelogs: |
