Skip to content

Commit

Permalink
/gopher/head: changeset 17
Browse files Browse the repository at this point in the history
Added modified files
  • Loading branch information
jgoerzen committed Oct 18, 2000
1 parent 081e65f commit a353c65
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
gopher (2.3.1-4) unstable; urgency=low

* Disable authentication for the moment due to security concerns.

-- John Goerzen <jgoerzen@complete.org> Tue, 17 Oct 2000 23:49:20 -0500

gopher (2.3.1-3) unstable; urgency=low

* Added startopts as a gopherd conffile.

-- John Goerzen <jgoerzen@complete.org> Tue, 22 Aug 2000 22:25:25 -0500

gopher (2.3.1-2) unstable; urgency=low

* Modify postinst to be easier for people to use if they already have
Expand Down
5 changes: 5 additions & 0 deletions debian/gopherd.README.Debian
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ To get started with your gopher server, just place files and directories
under /var/gopher. See the gopherd(8) manpage for details on creating
links, ASK blocks, and the like. Enjoy!

Note that by default the server is installed to use a chroot jail. This may
break the gopher<->FTP gateway if you wish to use that. You can either
mkdir /var/gopher/tmp or modify /etc/gopherd/startopts to disable chroot if
you wish to use the gateway.

-- John Goerzen <jgoerzen@complete.org>, Thu, 17 Aug 2000 15:16:07 -0500
1 change: 1 addition & 0 deletions debian/gopherd.conffiles
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/etc/gopherd/gopherd.conf
/etc/gopherd/gopherdlocal.conf
/etc/init.d/gopherd
/etc/gopherd/startopts
2 changes: 1 addition & 1 deletion debian/gopherd.init.d
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ case "$1" in
--exec $DAEMON
sleep 1
start-stop-daemon --start --quiet --pidfile \
/var/run/$NAME.pid --exec $DAEMON
/var/run/$NAME.pid --exec $DAEMON -- $DAEMONOPTS
echo "$NAME."
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ configure-stamp:
dh_testdir
# Add here commands to configure the package.
autoconf
./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-auth

touch configure-stamp

Expand Down

0 comments on commit a353c65

Please sign in to comment.