Add $FreeBSD$ tags
This commit is contained in:
parent
fbb9ea9f3f
commit
4ab24069fa
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6958
5 changed files with 9 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
||||||
# GNU General Public License Version 2.
|
# GNU General Public License Version 2.
|
||||||
# (http://www.gnu.ai.mit.edu/copyleft/gpl.html)
|
# (http://www.gnu.ai.mit.edu/copyleft/gpl.html)
|
||||||
#
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
require "html.pl";
|
require "html.pl";
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
require 'cgi-lib.pl';
|
require 'cgi-lib.pl';
|
||||||
require 'cgi-style.pl';
|
require 'cgi-style.pl';
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
# GNU General Public License Version 2.
|
# GNU General Public License Version 2.
|
||||||
# (http://www.gnu.ai.mit.edu/copyleft/gpl.html)
|
# (http://www.gnu.ai.mit.edu/copyleft/gpl.html)
|
||||||
#
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
#
|
#
|
||||||
# typical use is &www_content ("text","html");
|
# typical use is &www_content ("text","html");
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
#
|
||||||
# Perl program to send mail.
|
# Perl program to send mail.
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
$mailprog = '/usr/sbin/sendmail';
|
$mailprog = '/usr/sbin/sendmail';
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,8 @@
|
||||||
#
|
#
|
||||||
# Disclaimer:
|
# Disclaimer:
|
||||||
# This is pretty ugly in places.
|
# This is pretty ugly in places.
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
|
||||||
$server_root = '/usr/local/www';
|
$server_root = '/usr/local/www';
|
||||||
|
|
Loading…
Reference in a new issue