This is a paragraph, which is text surrounded by whitespace. Paragraphs can be on one
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For 1.4: | |
32-uptime.mod | |
34-make-limit-timer-configurable | |
set-lists-strncmp | |
.botset bot +groups pyramid1 | |
.botset bot +groups pyramid -> ERROR already in list | |
- | |
.botset bot -groups pyramid -> ERROR removes pyramid* | |
group-case-sensitivity |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
# Copyright (c) 2012 Bryan Drewery <[email protected]> | |
# All rights reserved. | |
# | |
# Redistribution and use in source and binary forms, with or without | |
# modification, are permitted provided that the following conditions | |
# are met: | |
# 1. Redistributions of source code must retain the above copyright | |
# notice, this list of conditions and the following disclaimer | |
# in this position and unchanged. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
COMPAT_DIR=/usr/local/lib/compat/pkg | |
if ! [ -d ${COMPAT_DIR} ]; then | |
mkdir -p ${COMPAT_DIR} | |
fi | |
pkg update |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zfs_load="YES" | |
vfs.root.mountfrom="zfs:zroot/ROOT/freebsd83" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Last Updated On: Tue Nov 29 20:10:34 2011 | |
# This hosts file is brought to you by Dan Pollock and can be found at | |
# http://someonewhocares.org/hosts/ | |
# You are free to copy and distribute this file, as long the original | |
# URL is included. See below for acknowledgements. | |
# Please forward any additions, corrections or comments by email to | |
# [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# $FreeBSD: src/etc/rc.d/tunefs,v 1.0 09/22/2010 19:54:28 bdrewery Exp $ | |
# | |
# PROVIDE: tunefs | |
# REQUIRE: fsck | |
# BEFORE: root | |
# KEYWORD: nojail |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:servers_ssl | |
efnet.xs4all.nl | |
irc.choopa.ca:9999 | |
irc.choopa.net:9999 | |
irc.eversible.com:9999 | |
irc.paraphysics.net | |
irc.servercentral.net:9999 | |
irc.shoutcast.com:8000 | |
irc.umich.edu:9999 | |
irc.underworld.no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
KMOD = sendfile | |
SRCS = sendfile.c | |
.include <bsd.kmod.mk> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
KMOD = unix | |
SRCS = unix.c | |
.include <bsd.kmod.mk> |