FreeBSD Bugzilla – Attachment 166913 Details for
Bug 207141
[maintainer update][patch] net/motsognir: pkg-message added and better config file handling
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff patch
motsognir-1.0.8_1.diff (text/plain), 2.35 KB, created by
kaltheat
on 2016-02-12 23:03:15 UTC
(
hide
)
Description:
svn diff patch
Filename:
MIME Type:
Creator:
kaltheat
Created:
2016-02-12 23:03:15 UTC
Size:
2.35 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 408767) >+++ Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= motsognir > PORTVERSION= 1.0.8 >+PORTREVISION= 1 > CATEGORIES= net > MASTER_SITES= SF/${PORTNAME}/v${PORTVERSION} > >@@ -10,15 +11,16 @@ > > LICENSE= GPLv3 > >+SUB_FILES= pkg-message > USE_RC_SUBR= motsognir > > PLIST_FILES= bin/motsognir \ >- etc/motsognir.conf \ >+ "@sample etc/motsognir.conf.sample" \ > man/man8/motsognir.8.gz > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/motsognir ${STAGEDIR}${PREFIX}/bin/motsognir >- ${INSTALL_DATA} ${WRKSRC}/motsognir.conf ${STAGEDIR}${PREFIX}/etc/motsognir.conf >+ ${INSTALL_DATA} ${WRKSRC}/motsognir.conf ${STAGEDIR}${PREFIX}/etc/motsognir.conf.sample > ${INSTALL_MAN} ${WRKSRC}/motsognir.8.gz ${STAGEDIR}${MANPREFIX}/man/man8/motsognir.8.gz > > .include <bsd.port.mk> >Index: files/pkg-message.in >=================================================================== >--- files/pkg-message.in (revision 0) >+++ files/pkg-message.in (working copy) >@@ -0,0 +1,32 @@ >+========================================================================== >+Please configure Motsognir using >+ >+ %%PREFIX%%/etc/motsognir.conf >+ >+ >+Add the following line to /etc/rc.conf to enable Motsognir: >+ >+ motsognir_enable="YES" >+ >+ >+Then you can start Motsognir daemon by issuing the following command: >+ >+ %%PREFIX%%/etc/rc.d/motsognir start >+ >+ >+You might need to add the following line to /etc/syslog.conf >+ >+ daemon.* /var/log/daemon.log >+ >+if you want to keep log informations of Motsognir. Some of them go to >+/var/log/messages, but connection informations go to LOG_INFO. >+ >+ >+Motsognir will serve files in /var/gopher/ per default. >+ >+ >+Note that Motsognir tries to use an inet6/ipv6 socket. Therefore it needs >+access to an interface where ipv6 is enabled (for instance if you run >+Motsognir in a jail). This holds even if you want to bind it to an ipv4 >+address. >+========================================================================== > >Property changes on: files/pkg-message.in >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
rakuco
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 207141
: 166913 |
166914
|
166915