all: Remove all other $FreeBSD keywords.

This commit is contained in:
Mathieu Arnold 2021-04-06 16:21:47 +02:00
parent 305f148f48
commit 135fdeebb9
No known key found for this signature in database
GPG key ID: 29EB0902911D7E02
2028 changed files with 389 additions and 4548 deletions

View file

@ -1,5 +1,3 @@
# $FreeBSD: /tmp/pcvs/ports/Templates/BSD.local.dist,v 1.3 2010-11-12 20:57:14 pav Exp $
#
# Please see the file src/etc/mtree/README before making changes to this file. # Please see the file src/etc/mtree/README before making changes to this file.
# #

View file

@ -28,8 +28,6 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# #
# $FreeBSD: head/Tools/scripts/chkversion.pl 562503 2021-01-24 18:42:29Z adamw $
#
# MAINTAINER= portmgr@FreeBSD.org # MAINTAINER= portmgr@FreeBSD.org
# #
# PORTVERSION and PKGORIGIN auditing script # PORTVERSION and PKGORIGIN auditing script

View file

@ -14,8 +14,6 @@
# Maxim Sobolev # Maxim Sobolev
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
# #
# $FreeBSD: /tmp/pcvs/ports/Tools/scripts/distclean.sh,v 1.18 2010-11-18 11:28:05 pav Exp $
#
# MAINTAINER= ports@FreeBSD.org # MAINTAINER= ports@FreeBSD.org
PATH=/sbin:/bin:/usr/bin PATH=/sbin:/bin:/usr/bin

View file

@ -1,7 +1,3 @@
#
# $FreeBSD$
#
CXX ?= c++ CXX ?= c++
IDIR = -I./bialib IDIR = -I./bialib

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
# #
# $FreeBSD$
#
# Distributed under the BSD 2-clause Simplified License. # Distributed under the BSD 2-clause Simplified License.
# #

View file

@ -1,5 +1,3 @@
# $FreeBSD$
LIB = lzxcomp LIB = lzxcomp
SRCS= lz_nonslide.c lzx_layer.c SRCS= lz_nonslide.c lzx_layer.c
INCS= lzx_compress.h lzx_constants.h INCS= lzx_compress.h lzx_constants.h

View file

@ -1,5 +1,3 @@
# $FreeBSD$
PREFIX?=/usr/local PREFIX?=/usr/local
BINDIR= ${PREFIX}/bin BINDIR= ${PREFIX}/bin
PROG= parchive PROG= parchive

View file

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
# The RPM database directory # The RPM database directory
RPM_DATABASE_DIR=/var/lib/rpm RPM_DATABASE_DIR=/var/lib/rpm

View file

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
# The RPM database directory # The RPM database directory
RPM_DATABASE_DIR=/var/lib/rpm RPM_DATABASE_DIR=/var/lib/rpm

View file

@ -1,7 +1,3 @@
#
# $FreeBSD$
#
all: sq usq all: sq usq
sq: sq.o tr1.o tr2.o sqio.o sq: sq.o tr1.o tr2.o sqio.o

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
#
# PROVIDE: urbackup_client # PROVIDE: urbackup_client
# REQUIRE: LOGIN # REQUIRE: LOGIN
# KEYWORD: shutdown # KEYWORD: shutdown

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
#
# PROVIDE: urbackup_server # PROVIDE: urbackup_server
# REQUIRE: LOGIN # REQUIRE: LOGIN
# KEYWORD: shutdown # KEYWORD: shutdown

View file

@ -1,5 +1,3 @@
# $FreeBSD$
PROG= zipmix PROG= zipmix
MAN= MAN=

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
if [ "$2" != "POST-DEINSTALL" ]; then if [ "$2" != "POST-DEINSTALL" ]; then
exit 0 exit 0
fi fi

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
if [ "$2" != "POST-INSTALL" ]; then if [ "$2" != "POST-INSTALL" ]; then
exit 0 exit 0
fi fi

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
if [ "$2" != "POST-DEINSTALL" ]; then if [ "$2" != "POST-DEINSTALL" ]; then
exit 0 exit 0
fi fi

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
if [ "$2" != "POST-INSTALL" ]; then if [ "$2" != "POST-INSTALL" ]; then
exit 0 exit 0
fi fi

View file

@ -1,7 +1,4 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: gpsd # PROVIDE: gpsd
# REQUIRE: NETWORKING DAEMON cleanvar devfs # REQUIRE: NETWORKING DAEMON cleanvar devfs

View file

@ -1,5 +1,3 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
exec "%%JAVA%%" -jar "%%JAVALIBDIR%%/%%JARNAME%%" "$@" exec "%%JAVA%%" -jar "%%JAVALIBDIR%%/%%JARNAME%%" "$@"

View file

@ -1,7 +1,4 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: gpxloggerd # PROVIDE: gpxloggerd
# REQUIRE: NETWORKING DAEMON cleanvar devfs gpsd # REQUIRE: NETWORKING DAEMON cleanvar devfs gpsd

View file

@ -1,6 +1,4 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
JAVA="%%LOCALBASE%%/bin/java" JAVA="%%LOCALBASE%%/bin/java"
JARPATH="%%JAVALIBDIR%%" JARPATH="%%JAVALIBDIR%%"

View file

@ -1,5 +1,3 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
exec %%JAVA%% -jar %%DATADIR%%/splitter.jar "$@" exec %%JAVA%% -jar %%DATADIR%%/splitter.jar "$@"

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# FreeBSD Project Committers # FreeBSD Project Committers
# #
# In case you don't know the exact coordinates, you might find it at # In case you don't know the exact coordinates, you might find it at

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# FreeBSD sites # FreeBSD sites
# #
37.8, -122.4, "FreeBSD.org" # San Francisco 37.8, -122.4, "FreeBSD.org" # San Francisco

View file

@ -1,5 +1,3 @@
# $FreeBSD$
LIBRARIES = lib/libAO.a \ LIBRARIES = lib/libAO.a \
lib/libtsp.a lib/libtsp.a
BINARIES = bin/CompAudio \ BINARIES = bin/CompAudio \

View file

@ -1,7 +1,4 @@
#!/bin/sh - #!/bin/sh -
#
# $FreeBSD$
#
if [ -r /etc/defaults/periodic.conf ]; then if [ -r /etc/defaults/periodic.conf ]; then
. /etc/defaults/periodic.conf . /etc/defaults/periodic.conf

View file

@ -1,6 +1,3 @@
#!/bin/sh
#
# $FreeBSD$
# #
# PROVIDE: autocd # PROVIDE: autocd

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
#
# PROVIDE: darkice # PROVIDE: darkice
# REQUIRE: LOGIN # REQUIRE: LOGIN
# KEYWORD: SHUTDOWN # KEYWORD: SHUTDOWN

View file

@ -27,8 +27,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
// $FreeBSD$
#if defined(HAVE_MNTENT_H) #if defined(HAVE_MNTENT_H)
#include <mntent.h> #include <mntent.h>
#else #else

View file

@ -1,7 +1,4 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: ezstream # PROVIDE: ezstream
# REQUIRE: DAEMON # REQUIRE: DAEMON

View file

@ -1,5 +1,3 @@
// $FreeBSD$
/* /*
* mntent * mntent
* mntent.h - compatability header for FreeBSD * mntent.h - compatability header for FreeBSD

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
#
# PROVIDE: forked-daapd # PROVIDE: forked-daapd
# REQUIRE: avahi_daemon dbus # REQUIRE: avahi_daemon dbus
# KEYWORD: shutdown # KEYWORD: shutdown

View file

@ -1,7 +1,4 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: gonic # PROVIDE: gonic
# REQUIRE: LOGIN # REQUIRE: LOGIN

View file

@ -1,7 +1,4 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: icecast # PROVIDE: icecast
# REQUIRE: DAEMON # REQUIRE: DAEMON

View file

@ -1,7 +1,4 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: icecast # PROVIDE: icecast
# REQUIRE: DAEMON # REQUIRE: DAEMON

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: jackd # PROVIDE: jackd
# REQUIRE: LOGIN # REQUIRE: LOGIN
# #

View file

@ -1,6 +1,3 @@
#
# $FreeBSD$
#
# Script to automatically start jack_umidi when a device is plugged in. # Script to automatically start jack_umidi when a device is plugged in.
# This will attempt to run jack_umidi as whatever user jackd is running as. # This will attempt to run jack_umidi as whatever user jackd is running as.
# #

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: jamulus-server # PROVIDE: jamulus-server
# REQUIRE: DAEMON NETWORKING # REQUIRE: DAEMON NETWORKING
# KEYWORD: shutdown # KEYWORD: shutdown

View file

@ -1,5 +1,4 @@
# newsyslog configuration file for %%PORTNAME%% # newsyslog configuration file for %%PORTNAME%%
# $FreeBSD$
# #
# see newsyslog.conf(5) for details # see newsyslog.conf(5) for details
# #

View file

@ -1,7 +1,4 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: %%PORTNAME%% # PROVIDE: %%PORTNAME%%
# REQUIRE: LOGIN # REQUIRE: LOGIN

View file

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
# $FreeBSD: /tmp/pcvs/ports/audio/squeezeboxserver/files/pkg-install.in,v 1.11 2011-07-09 17:44:14 crees Exp $
name=%%PORTNAME%% name=%%PORTNAME%%
comment="Slim Devices SlimServer/SqueezeCenter pseudo-user" comment="Slim Devices SlimServer/SqueezeCenter pseudo-user"

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: murmur # PROVIDE: murmur
# REQUIRE: DAEMON # REQUIRE: DAEMON
# KEYWORD: shutdown # KEYWORD: shutdown

View file

@ -1,5 +1,3 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
"%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/MusicControl-0.3.jar" "$*" "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/MusicControl-0.3.jar" "$*"

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
#
# PROVIDE: musicpd # PROVIDE: musicpd
# REQUIRE: mixer LOGIN avahi_daemon oss # REQUIRE: mixer LOGIN avahi_daemon oss
# KEYWORD: shutdown # KEYWORD: shutdown

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
#
# PROVIDE: pianod # PROVIDE: pianod
# REQUIRE: LOGIN # REQUIRE: LOGIN
# KEYWORD: shutdown # KEYWORD: shutdown

View file

@ -1,7 +1,4 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: rplayd # PROVIDE: rplayd
# REQUIRE: LOGIN # REQUIRE: LOGIN

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: shairport_sync # PROVIDE: shairport_sync
# REQUIRE: LOGIN avahi_daemon # REQUIRE: LOGIN avahi_daemon
# KEYWORD: shutdown # KEYWORD: shutdown

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: sndiod # PROVIDE: sndiod
# REQUIRE: NETWORKING sysctl # REQUIRE: NETWORKING sysctl
# BEFORE: DAEMON # BEFORE: DAEMON

View file

@ -1,5 +1,3 @@
// $FreeBSD$
/* /*
* mntent * mntent
* mntent.h - compatability header for FreeBSD * mntent.h - compatability header for FreeBSD

View file

@ -27,8 +27,6 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
// $FreeBSD$
#if defined(HAVE_MNTENT_H) #if defined(HAVE_MNTENT_H)
#include <mntent.h> #include <mntent.h>
#else #else

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
#
# PROVIDE: teamspeak # PROVIDE: teamspeak
# REQUIRE: LOGIN %%MYSQL%% # REQUIRE: LOGIN %%MYSQL%%
# KEYWORD: shutdown # KEYWORD: shutdown

View file

@ -1,5 +1,3 @@
#$FreeBSD$
# Shared by timidity++ interface ports # Shared by timidity++ interface ports
BUILD_DEPENDS+= libarc>0:archivers/libarc BUILD_DEPENDS+= libarc>0:archivers/libarc

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: umurmur # PROVIDE: umurmur
# REQUIRE: LOGIN # REQUIRE: LOGIN
# KEYWORD: shutdown # KEYWORD: shutdown

View file

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
PATH=/bin:/usr/sbin PATH=/bin:/usr/sbin
USER=umurmur USER=umurmur

View file

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
PATH=/bin:/usr/sbin PATH=/bin:/usr/sbin
USER=umurmur USER=umurmur

View file

@ -1,6 +1,5 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
#
# PROVIDE: virtual_oss # PROVIDE: virtual_oss
# REQUIRE: kld # REQUIRE: kld
# BEFORE: LOGIN sndiod # BEFORE: LOGIN sndiod

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/* /*
* Copyright (C) 1990 Regents of the University of California. * Copyright (C) 1990 Regents of the University of California.
* *

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/* $NetBSD: pkgsrc/audio/xcdplayer/files/cdrom_freebsd.c,v 1.6 2005/12/11 20:48:46 joerg Exp $ */ /* $NetBSD: pkgsrc/audio/xcdplayer/files/cdrom_freebsd.c,v 1.6 2005/12/11 20:48:46 joerg Exp $ */
/* /*
* Copyright (C) 1990 Regents of the University of California. * Copyright (C) 1990 Regents of the University of California.

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/* /*
* Copyright (C) 1990 Regents of the University of California. * Copyright (C) 1990 Regents of the University of California.
* *

View file

@ -1,6 +1,3 @@
#!/bin/sh
#
# $FreeBSD$
# #
# PROVIDE: ympd # PROVIDE: ympd

View file

@ -1,5 +1,3 @@
# $FreeBSD$
How to cross build initial toolchain How to cross build initial toolchain
Example with sparc64 Example with sparc64

View file

@ -1,4 +1,3 @@
.\" $FreeBSD$
.\" The following requests are required for all man pages. .\" The following requests are required for all man pages.
.Dd May 18, 1995 .Dd May 18, 1995
.Os UNIX .Os UNIX

View file

@ -1,6 +1,5 @@
# A Makefile for the installed lmbench # A Makefile for the installed lmbench
# $FreeBSD$
#
OS != scripts/os OS != scripts/os
BINDIR = bin/${OS} BINDIR = bin/${OS}

View file

@ -1,5 +1,3 @@
# $FreeBSD$
PROG= raidtest PROG= raidtest
MAN= MAN=
WARNS?= 6 WARNS?= 6

View file

@ -25,7 +25,6 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/param.h> #include <sys/param.h>
#include <sys/types.h> #include <sys/types.h>

View file

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
export BABEL_DIR=${BABEL_DIR-@PREFIX@/share/babel} export BABEL_DIR=${BABEL_DIR-@PREFIX@/share/babel}

View file

@ -1,7 +1,4 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
# Shell script to launch jalview using our javavm wrapper # Shell script to launch jalview using our javavm wrapper
"%%LOCALBASE%%/bin/java" -Djava.ext.dirs="%%DATADIR%%" -cp "%%DATADIR%%/jalview.jar" jalview.bin.Jalview "%%LOCALBASE%%/bin/java" -Djava.ext.dirs="%%DATADIR%%" -cp "%%DATADIR%%/jalview.jar" jalview.bin.Jalview

View file

@ -1,7 +1,5 @@
#! /bin/sh - #! /bin/sh -
#
# $FreeBSD$
#
# SPDX-License-Identifier: BSD-2-Clause # SPDX-License-Identifier: BSD-2-Clause
# #
# Copyright (c) 2020 Mateusz Piotrowski <0mp@FreeBSD.org> # Copyright (c) 2020 Mateusz Piotrowski <0mp@FreeBSD.org>

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
# call the real flex # call the real flex
flex.real "$@" flex.real "$@"

View file

@ -1,7 +1,4 @@
#!/bin/csh #!/bin/csh
#
# $MBSDlabs$
# $FreeBSD$
set JAVA = "%%LOCALBASE%%/bin/java" set JAVA = "%%LOCALBASE%%/bin/java"
set LIBFILES = "%%LIBFILES%%" set LIBFILES = "%%LIBFILES%%"

View file

@ -1,5 +1,3 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
"%%JAVA%%" -jar "%%DATADIR%%/fidocadj-%%PORTVERSION%%.jar" "$@" "%%JAVA%%" -jar "%%DATADIR%%/fidocadj-%%PORTVERSION%%.jar" "$@"

View file

@ -1,5 +1,3 @@
# $FreeBSD$
PREFIX?= /usr/local PREFIX?= /usr/local
CC?= gcc CC?= gcc

View file

@ -1,6 +1,4 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
cd %%DATADIR%% cd %%DATADIR%%
"%%LOCALBASE%%/bin/java" -Xmx1000m -Xss1m -cp .:doc:bin run.Impact "$@" "%%LOCALBASE%%/bin/java" -Xmx1000m -Xss1m -cp .:doc:bin run.Impact "$@"

View file

@ -1,6 +1,4 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
cd %%DATADIR%% cd %%DATADIR%%
"%%LOCALBASE%%/bin/java" -Xmx1000m -Xss1m -cp .:bin:doc:lib/jogl.jar:lib/gluegen-rt.jar:lib/patbinfree153.jar:lib/LogDB.jar:lib/mysql-connector-java-5.1.11-bin.jar gui.ImpactGUI "%%LOCALBASE%%/bin/java" -Xmx1000m -Xss1m -cp .:bin:doc:lib/jogl.jar:lib/gluegen-rt.jar:lib/patbinfree153.jar:lib/LogDB.jar:lib/mysql-connector-java-5.1.11-bin.jar gui.ImpactGUI

View file

@ -1,5 +1,3 @@
#! /bin/sh - #! /bin/sh -
#
# $FreeBSD$
exec %%PYTHON_CMD%% %%DATADIR%%/k40_whisperer.py exec %%PYTHON_CMD%% %%DATADIR%%/k40_whisperer.py

View file

@ -1,6 +1,4 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
EAGLEBIN=%%DATADIR%%/bin/eagle EAGLEBIN=%%DATADIR%%/bin/eagle

View file

@ -1,6 +1,3 @@
#
# $FreeBSD$
#
all: all:
${SH} util/build FreeBSD default ${SH} util/build FreeBSD default

View file

@ -32,7 +32,6 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <err.h> #include <err.h>
#include <stdio.h> #include <stdio.h>

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: aprsd # PROVIDE: aprsd
# REQUIRE: NETWORKING # REQUIRE: NETWORKING
# KEYWORD: shutdown # KEYWORD: shutdown

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: atslogd # PROVIDE: atslogd
# REQUIRE: mysql postgresql # REQUIRE: mysql postgresql
# KEYWORD: shutdown # KEYWORD: shutdown

View file

@ -1,7 +1,4 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: conserver # PROVIDE: conserver
# REQUIRE: DAEMON # REQUIRE: DAEMON

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
#
# PROVIDE: ebusd # PROVIDE: ebusd
# REQUIRE: LOGIN cleanvar # REQUIRE: LOGIN cleanvar
# KEYWORD: shutdown # KEYWORD: shutdown

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
#
# PROVIDE: hylafax # PROVIDE: hylafax
# REQUIRE: LOGIN # REQUIRE: LOGIN
# KEYWORD: shutdown # KEYWORD: shutdown

View file

@ -1,6 +1,4 @@
# Makefile for: kb # Makefile for: kb
#
# $FreeBSD$
LIBS+= `pkg-config --cflags --libs gtk+-2.0` LIBS+= `pkg-config --cflags --libs gtk+-2.0`
LIBS+= `pkg-config --cflags --libs libgnome-2.0` LIBS+= `pkg-config --cflags --libs libgnome-2.0`

View file

@ -1,7 +1,4 @@
# BSD Makefile for librs232 # BSD Makefile for librs232
#
# $FreeBSD$
#
SRCS= rs232.c SRCS= rs232.c

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: lircd # PROVIDE: lircd
# REQUIRE: DAEMON # REQUIRE: DAEMON
# #

View file

@ -1,5 +1,3 @@
# $FreeBSD$
PREFIX= %%PREFIX%% PREFIX= %%PREFIX%%
STAGEDIR= %%STAGEDIR%% STAGEDIR= %%STAGEDIR%%
CC= %%CC%% CC= %%CC%%

View file

@ -1,7 +1,4 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: ser2net # PROVIDE: ser2net
# REQUIRE: DAEMON # REQUIRE: DAEMON

View file

@ -1,7 +1,4 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
if [ "x$2" = "xPOST-DEINSTALL" ]; then if [ "x$2" = "xPOST-DEINSTALL" ]; then
rmdir %%SPOOLDIR%%/incoming %%SPOOLDIR%%/outgoing \ rmdir %%SPOOLDIR%%/incoming %%SPOOLDIR%%/outgoing \

View file

@ -1,7 +1,4 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
if [ "x$2" = "xPOST-INSTALL" ]; then if [ "x$2" = "xPOST-INSTALL" ]; then
mkdir -p %%SPOOLDIR%%/incoming %%SPOOLDIR%%/outgoing \ mkdir -p %%SPOOLDIR%%/incoming %%SPOOLDIR%%/outgoing \

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: smsd # PROVIDE: smsd
# REQUIRE: LOGIN # REQUIRE: LOGIN
# KEYWORD: shutdown # KEYWORD: shutdown

View file

@ -1,7 +1,4 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: tbd # PROVIDE: tbd
# REQUIRE: DAEMON # REQUIRE: DAEMON

View file

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
# PROVIDE: tits # PROVIDE: tits
# REQUIRE: DAEMON # REQUIRE: DAEMON

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# This entry starts the Apple mobile device muxer 'usbmuxd' upon device attach # This entry starts the Apple mobile device muxer 'usbmuxd' upon device attach
# of a matching Apple product including iPhone, iPad, and iPod. It also allows # of a matching Apple product including iPhone, iPad, and iPod. It also allows
# members of the '%%GROUPS%%' group to access the devices. # members of the '%%GROUPS%%' group to access the devices.

View file

@ -1,5 +1,3 @@
# $FreeBSD$
CXXFLAGS+= -MMD `fltk-config --cxxflags` `sdl-config --cflags` CXXFLAGS+= -MMD `fltk-config --cxxflags` `sdl-config --cflags`
PREFIX ?= /usr/local PREFIX ?= /usr/local
INSTALL_PROGRAM ?= ${INSTALL} -o root -g wheel -m 755 INSTALL_PROGRAM ?= ${INSTALL} -o root -g wheel -m 755

View file

@ -1,5 +1,3 @@
# $FreeBSD$
BINDIR?= ${PREFIX}/bin BINDIR?= ${PREFIX}/bin
CFLAGS+= -DUNIX -I${LOCALBASE}/include CFLAGS+= -DUNIX -I${LOCALBASE}/include

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: cassandra # PROVIDE: cassandra
# REQUIRE: LOGIN # REQUIRE: LOGIN
# KEYWORD: shutdown # KEYWORD: shutdown

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: cassandra # PROVIDE: cassandra
# REQUIRE: LOGIN # REQUIRE: LOGIN
# KEYWORD: shutdown # KEYWORD: shutdown

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
#
# PROVIDE: clickhouse # PROVIDE: clickhouse
# REQUIRE: LOGIN # REQUIRE: LOGIN
# KEYWORD: shutdown # KEYWORD: shutdown

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
# $FreeBSD$
#
# PROVIDE: cockroach # PROVIDE: cockroach
# REQUIRE: LOGIN # REQUIRE: LOGIN
# KEYWORD: shutdown # KEYWORD: shutdown

Some files were not shown because too many files have changed in this diff Show more