mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Stop installing inspircd-genssl and delete the now useless manpage.
Hopefully this pushes people towards using real certificates instead of self-signed certificates.
This commit is contained in:
parent
4933952811
commit
86c991f7ae
@ -1,47 +0,0 @@
|
||||
.\"
|
||||
.\" InspIRCd -- Internet Relay Chat Daemon
|
||||
.\"
|
||||
.\" Copyright (C) 2020 Nicole Kleinhoff <ilbelkyr@shalture.org>
|
||||
.\" Copyright (C) 2014, 2016, 2018, 2020 Sadie Powell <sadie@witchery.services>
|
||||
.\"
|
||||
.\" This file is part of InspIRCd. InspIRCd is free software: you can
|
||||
.\" redistribute it and/or modify it under the terms of the GNU General Public
|
||||
.\" License as published by the Free Software Foundation, version 2.
|
||||
.\"
|
||||
.\" This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
.\" FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
.\" details.
|
||||
.\"
|
||||
.\" You should have received a copy of the GNU General Public License
|
||||
.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
.\"
|
||||
|
||||
|
||||
.TH "InspIRCd" "1" "June 2014" "InspIRCd @VERSION_FULL@" "InspIRCd Manual"
|
||||
|
||||
.SH "NAME"
|
||||
\t\fBInspIRCd\fR - \fIthe\fR stable, high-performance and modular Internet Relay Chat Daemon
|
||||
.BR
|
||||
|
||||
.SH "SYNOPSIS"
|
||||
\t\fBinspircd-genssl\fR [ auto | gnutls | openssl ] [ SSL-DIR ]
|
||||
|
||||
.SH "OPTIONS"
|
||||
.TP
|
||||
.B "auto"
|
||||
.br
|
||||
Looks for both GnuTLS and OpenSSL and uses the first one which is available for certificate generation.
|
||||
.TP
|
||||
.B "gnutls"
|
||||
.br
|
||||
Generates certificates using GnuTLS.
|
||||
.TP
|
||||
.br
|
||||
.B "openssl"
|
||||
Generates certificates using OpenSSL.
|
||||
|
||||
.SH "SUPPORT"
|
||||
IRC support for InspIRCd can be found at ircs://irc.inspircd.org/inspircd.
|
||||
|
||||
Bug reports and feature requests can be filed at https://github.com/inspircd/inspircd/issues.
|
@ -244,9 +244,7 @@ ifeq ($(SYSTEM), linux)
|
||||
-$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) @CONFIGURE_DIRECTORY@/inspircd.service $(SCRPATH) 2>/dev/null
|
||||
endif
|
||||
-$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) @CONFIGURE_DIRECTORY@/inspircd.1 $(MANPATH) 2>/dev/null
|
||||
-$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) @CONFIGURE_DIRECTORY@/inspircd-genssl.1 $(MANPATH) 2>/dev/null
|
||||
-$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) @CONFIGURE_DIRECTORY@/inspircd-testssl.1 $(MANPATH) 2>/dev/null
|
||||
-$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_BIN) tools/genssl $(BINPATH)/inspircd-genssl 2>/dev/null
|
||||
-$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_BIN) tools/testssl $(BINPATH)/inspircd-testssl 2>/dev/null
|
||||
-$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) docs/conf/*.example $(EXAPATH)
|
||||
-$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) docs/conf/codepages/*.example $(EXAPATH)/codepages
|
||||
@ -283,7 +281,6 @@ deinstall:
|
||||
-rm -f $(BINPATH)/inspircd
|
||||
-rm -rf $(EXAPATH)
|
||||
-rm -f $(MANPATH)/inspircd.1
|
||||
-rm -f $(MANPATH)/inspircd-genssl.1
|
||||
-rm -f $(MODPATH)/m_*.$(DLLEXT)
|
||||
-rm -f $(MODPATH)/core_*.$(DLLEXT)
|
||||
-rm -f $(SCRPATH)/inspircd.service
|
||||
|
Loading…
x
Reference in New Issue
Block a user