The NetBSD Project

CVS log for src/etc/rc.d/Makefile

[BACK] Up to [cvs.NetBSD.org] / src / etc / rc.d

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.118 / (download) - annotate - [select for diffs], Wed Sep 27 00:24:13 2023 UTC (6 months ago) by riastradh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.117: +2 -2 lines
Diff to previous 1.117 (colored) to selected 1.84 (colored)

/etc/rc.d/cerctl_init: New script for certctl rehash in live images.

This is very limited -- it does not supplant postinstall to rehash
certificates on upgrade; it only runs certctl rehash if
/etc/openssl/certs is an empty directory, as you get in live images
not created with sysinst.

We could also have a more general-purpose way to run postinstall(8)
on first boot of an image, but that has a lot more moving parts to
think about, so let's start with this limited-scope low-risk
approach.

PR install/57629

XXX pullup-10

Revision 1.117 / (download) - annotate - [select for diffs], Fri Feb 3 13:53:40 2023 UTC (13 months, 3 weeks ago) by mlelstv
Branch: MAIN
Changes since 1.116: +2 -2 lines
Diff to previous 1.116 (colored) to selected 1.84 (colored)

Add start script to attach iscsi volumes at boot.

The default is to execute the script (iscsid_volumes=YES), so if you have
any volumes defined, you should also start iscsid (iscsid=YES) to avoid
error messages.

Revision 1.116 / (download) - annotate - [select for diffs], Mon Jun 6 10:56:28 2022 UTC (21 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: netbsd-10-base
Branch point for: netbsd-10
Changes since 1.115: +4 -16 lines
Diff to previous 1.115 (colored) to selected 1.84 (colored)

build system: Revert all the recent additions of MK[...] knobs that
allow conditionally disabling the building of certain user space
programs in the 'base' set.

There is not enough consensus that this is the right way and a few
people had strong objections, see source-changes-d@.

Revision 1.115 / (download) - annotate - [select for diffs], Sun May 29 08:10:00 2022 UTC (22 months ago) by nia
Branch: MAIN
Changes since 1.114: +6 -2 lines
Diff to previous 1.114 (colored) to selected 1.84 (colored)

mk: Add a MKPPP flag to exclude pppd(8) and related utilities from
the build

Revision 1.114 / (download) - annotate - [select for diffs], Sat May 28 11:17:35 2022 UTC (22 months ago) by nia
Branch: MAIN
Changes since 1.113: +6 -2 lines
Diff to previous 1.113 (colored) to selected 1.84 (colored)

mk: Add MKNTP, MKTCPDUMP knobs.

Revision 1.113 / (download) - annotate - [select for diffs], Wed May 25 21:25:47 2022 UTC (22 months ago) by nia
Branch: MAIN
Changes since 1.112: +2 -2 lines
Diff to previous 1.112 (colored) to selected 1.84 (colored)

mk: Rename the MKMBONE option to MKMROUTING for greater accuracy and
to match the related kernel config option.

Revision 1.112 / (download) - annotate - [select for diffs], Wed May 25 10:18:29 2022 UTC (22 months ago) by nia
Branch: MAIN
Changes since 1.111: +6 -2 lines
Diff to previous 1.111 (colored) to selected 1.84 (colored)

mk: Allow building base without the MBONE applications by setting
MKMBONE=no in mk.conf

Revision 1.111 / (download) - annotate - [select for diffs], Tue Jan 26 15:08:02 2021 UTC (3 years, 2 months ago) by martin
Branch: MAIN
CVS Tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.110: +2 -2 lines
Diff to previous 1.110 (colored) to selected 1.84 (colored)

llvmlockdir -> lvmlockdir

Revision 1.110 / (download) - annotate - [select for diffs], Sun Jan 10 23:24:25 2021 UTC (3 years, 2 months ago) by riastradh
Branch: MAIN
Changes since 1.109: +2 -2 lines
Diff to previous 1.109 (colored) to selected 1.84 (colored)

Various entropy integration improvements.

- New /etc/security check for entropy in daily security report.

- New /etc/rc.d/entropy script runs (after random_seed and rndctl) to
  check for entropy at boot -- in rc.conf, you can:

  . set `entropy=check' to halt multiuser boot and enter single-user
    mode if not enough entropy

  . set `entropy=wait' to make multiuser boot wait until enough entropy

  Default is to always boot without waiting -- and rely on other
  channels like security report to alert the operator if there's a
  problem.

- New man page entropy(7) discussing the higher-level concepts and
  system integration with cross-references.

- New paragraph in afterboot(8) about entropy citing entropy(7) for
  more details.

This change addresses many of the issues discussed in security/55659.
This is a first draft; happy to take improvements to the man pages and
scripted messages to improve clarity.

I considered changing motd to include an entropy warning with a
reference to the entropy(7) man page, but it's a little trickier:
- Not sure it's appropriate for all users to see at login rather than
  users who have power to affect the entropy estimate (maybe it is,
  just haven't decided).
- We only have a mechanism for changing once at boot; the message would
  remain until next boot even if an operator adds enough entropy.
- The mechanism isn't really conducive to making a message appear
  conditionally from boot to boot.

Revision 1.109 / (download) - annotate - [select for diffs], Tue Sep 8 12:54:36 2020 UTC (3 years, 6 months ago) by martin
Branch: MAIN
Changes since 1.108: +3 -4 lines
Diff to previous 1.108 (colored) to selected 1.84 (colored)

Sort - no functional change

Revision 1.108 / (download) - annotate - [select for diffs], Tue Sep 8 12:52:18 2020 UTC (3 years, 6 months ago) by martin
Branch: MAIN
Changes since 1.107: +2 -2 lines
Diff to previous 1.107 (colored) to selected 1.84 (colored)

Rename MOUNTCRITLOCAL to CRITLOCALMOUNTED to avoid a name collision
on case insensitive file systems

Revision 1.107 / (download) - annotate - [select for diffs], Wed Jul 22 16:50:41 2020 UTC (3 years, 8 months ago) by martin
Branch: MAIN
Changes since 1.106: +5 -4 lines
Diff to previous 1.106 (colored) to selected 1.84 (colored)

Split the local disk availability step into two phases to allow scripts
that pre-populate parts of the system (e.g. a tmpfs based /var) an
easy place to plug in like:

# REQUIRE: mountcritlocal
# BEFORE: MOUNTCRITLOCAL

This also cleans up the existing special handling a bit by separating it
into new scripts. All later scripts now depend on MOUNTCRITLOCAL.
Discussed on tech-userlevel some time ago.

Revision 1.106 / (download) - annotate - [select for diffs], Wed Sep 18 05:16:15 2019 UTC (4 years, 6 months ago) by nonaka
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, is-mlppp-base, is-mlppp
Changes since 1.105: +5 -5 lines
Diff to previous 1.105 (colored) to selected 1.84 (colored)

Moved zfs out of MKX11 block.

Fix build failure without X11.

Revision 1.105 / (download) - annotate - [select for diffs], Sun Sep 15 19:38:09 2019 UTC (4 years, 6 months ago) by brad
Branch: MAIN
Changes since 1.104: +5 -1 lines
Diff to previous 1.104 (colored) to selected 1.84 (colored)



Add support for legacy ZFS filesystems, specified by mountpoint=legacy
in the ZFS properties of the dataset and a simple man page for
mount_zfs.  With this, it is possible to put ZFS filesystems in
/etc/fstab as file system type zfs.

Add a rc.d script that kicks the module ZFS load mostly before
mountall runs simular to what LVM does.  This allows for any legacy
mounts to be specified in critical_local_filesystems and allows for
ZFS pools on top of cgd (probably among other things).  Introduce a
rc.conf variable called zfs which needs to be set to YES, in the usual
manor of things, to get zvols and ZFS dataset support rather then just
assume that 'zfs mount' does that in mountall.  Fix a problem in
mountall if ZFS is not compiled into the system.

Revision 1.104 / (download) - annotate - [select for diffs], Sun May 12 01:50:14 2019 UTC (4 years, 10 months ago) by kre
Branch: MAIN
CVS Tags: phil-wifi-20190609, netbsd-9-base
Branch point for: netbsd-9
Changes since 1.103: +1 -1 lines
Diff to previous 1.103 (colored) to selected 1.84 (colored)


No change...   Previous log message should have said:

Install rc.d/smtoff

Revision 1.103 / (download) - annotate - [select for diffs], Sun May 12 01:33:47 2019 UTC (4 years, 10 months ago) by kre
Branch: MAIN
Changes since 1.102: +2 -2 lines
Diff to previous 1.102 (colored) to selected 1.84 (colored)


install rc.d

Revision 1.102 / (download) - annotate - [select for diffs], Thu Apr 25 11:21:34 2019 UTC (4 years, 11 months ago) by roy
Branch: MAIN
Changes since 1.101: +2 -2 lines
Diff to previous 1.101 (colored) to selected 1.84 (colored)

Fix build, install wsmoused

Revision 1.101 / (download) - annotate - [select for diffs], Thu Apr 25 08:56:21 2019 UTC (4 years, 11 months ago) by roy
Branch: MAIN
Changes since 1.100: +6 -3 lines
Diff to previous 1.100 (colored) to selected 1.84 (colored)

Don't install YP rc.d files with MKYP=no

Revision 1.100 / (download) - annotate - [select for diffs], Wed Apr 10 00:32:15 2019 UTC (4 years, 11 months ago) by sevan
Branch: MAIN
Changes since 1.99: +3 -3 lines
Diff to previous 1.99 (colored) to selected 1.84 (colored)

Include npf_boot rc.d scripts which loads an interim config early in boot.
By default /etc/default/npf.boot.conf which can be overriden by /etc/npf.boot.conf.

Revision 1.99 / (download) - annotate - [select for diffs], Sun Sep 23 07:24:19 2018 UTC (5 years, 6 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930
Changes since 1.98: +2 -2 lines
Diff to previous 1.98 (colored) to selected 1.84 (colored)

Remove the userland part of ISDN. The kernel part is untouched for now.
ipppctl was actually an exact copy of pppoectl; there is no functional
change in pppoectl in this commit.

Revision 1.98 / (download) - annotate - [select for diffs], Fri Jun 29 12:34:15 2018 UTC (5 years, 9 months ago) by roy
Branch: MAIN
CVS Tags: pgoyette-compat-0906, pgoyette-compat-0728
Changes since 1.97: +2 -2 lines
Diff to previous 1.97 (colored) to selected 1.84 (colored)

Remove dhclient from the base system.

Discussed here:
https://mail-index.netbsd.org/tech-userlevel/2018/06/21/msg011233.html

Revision 1.97 / (download) - annotate - [select for diffs], Sat Feb 17 03:02:04 2018 UTC (6 years, 1 month ago) by uwe
Branch: MAIN
CVS Tags: phil-wifi-base, pgoyette-compat-base, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315
Branch point for: phil-wifi, pgoyette-compat
Changes since 1.96: +5 -3 lines
Diff to previous 1.96 (colored) to selected 1.84 (colored)

Actually install dhcpd6 rc script.  Organize CONFIGFILES
alphabetically again while where.

PR 53018

Revision 1.96 / (download) - annotate - [select for diffs], Tue Jan 9 03:31:14 2018 UTC (6 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.95: +2 -2 lines
Diff to previous 1.95 (colored) to selected 1.84 (colored)

Merge autofs support from: Tomohiro Kusumi
XXX: Does not work yet

Revision 1.95 / (download) - annotate - [select for diffs], Thu Jan 5 14:39:09 2017 UTC (7 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, matt-nb8-mediatek-base, matt-nb8-mediatek, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: netbsd-8
Changes since 1.94: +2 -2 lines
Diff to previous 1.94 (colored) to selected 1.84 (colored)

add scripts for npfd

Revision 1.94 / (download) - annotate - [select for diffs], Sun Dec 13 02:05:15 2015 UTC (8 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, localcount-20160914
Branch point for: pgoyette-localcount
Changes since 1.93: +3 -3 lines
Diff to previous 1.93 (colored) to selected 1.84 (colored)

Add ip6addrctl

Revision 1.93 / (download) - annotate - [select for diffs], Mon Mar 30 10:58:37 2015 UTC (9 years ago) by chopps
Branch: MAIN
Changes since 1.92: +3 -3 lines
Diff to previous 1.92 (colored) to selected 1.84 (colored)

Add resize_root boot operation. If resize_root=YES in rc.conf then
the system attempts to resize the root file system to fill it's
partition prior to mounting read-write. Useful for things like AMI
file system images. May eventually be used by arm images after
coming up with similar solution for increasing the parition size.

Revision 1.92 / (download) - annotate - [select for diffs], Sat Mar 21 19:10:43 2015 UTC (9 years ago) by jmcneill
Branch: MAIN
Changes since 1.91: +3 -3 lines
Diff to previous 1.91 (colored) to selected 1.84 (colored)

Process /etc/modules.conf (if present) at startup, before securelevel is
raised, to allow module loading on ports without a module aware bootloader.

Revision 1.91 / (download) - annotate - [select for diffs], Sat Feb 21 23:13:00 2015 UTC (9 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.90: +2 -2 lines
Diff to previous 1.90 (colored) to selected 1.84 (colored)

Add rc script for /sbin/iscsid.

Revision 1.90 / (download) - annotate - [select for diffs], Thu Sep 11 18:01:22 2014 UTC (9 years, 6 months ago) by roy
Branch: MAIN
Changes since 1.89: +2 -2 lines
Diff to previous 1.89 (colored) to selected 1.84 (colored)

Don't try and install rc.d/rtsold

Revision 1.89 / (download) - annotate - [select for diffs], Thu May 16 07:37:05 2013 UTC (10 years, 10 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, netbsd-7-base
Branch point for: netbsd-7
Changes since 1.88: +3 -2 lines
Diff to previous 1.88 (colored) to selected 1.84 (colored)

try to sync lists of rc.d scripts

Revision 1.88 / (download) - annotate - [select for diffs], Tue Feb 7 19:13:30 2012 UTC (12 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, khorben-n900, agc-symver-base, agc-symver
Branch point for: tls-maxphys
Changes since 1.87: +2 -2 lines
Diff to previous 1.87 (colored) to selected 1.84 (colored)

Import the new apropos/whatis.

This code has been developed by Abhinav Upadhyay as part of Google's Summer
of Code 2011. It uses libmandoc to parse man pages and builds a Full
Text Index in a SQLite database. The combination of indexing the full
manual page, filtering out stop words and ranking individual matches
based on the section gives a much improved user experience.

The old makewhatis and friends are kept under MKMAKEMANDB=no for now.

Revision 1.87 / (download) - annotate - [select for diffs], Sat Dec 17 13:37:49 2011 UTC (12 years, 3 months ago) by tsutsui
Branch: MAIN
Changes since 1.86: +2 -2 lines
Diff to previous 1.86 (colored) to selected 1.84 (colored)

Add an rc.d(8) script for isibootd(8).  Taken from ndbootd(8).

Revision 1.86 / (download) - annotate - [select for diffs], Wed Nov 23 10:47:48 2011 UTC (12 years, 4 months ago) by tls
Branch: MAIN
Changes since 1.85: +4 -3 lines
Diff to previous 1.85 (colored) to selected 1.84 (colored)


Load entropy at system boot (only works at securelevel < 1); save
at system shutdown.  Disable with random_seed=NO in rc.conf if desired.

Goes to some trouble to never load or save to network filesystems.

Entropy should really be loaded by the boot loader but I am still
sorting out how to pass it to the kernel.

Revision 1.85 / (download) - annotate - [select for diffs], Tue Sep 6 21:32:29 2011 UTC (12 years, 6 months ago) by riz
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.84: +2 -2 lines
Diff to previous 1.84 (colored)

Create and install an rc.d file for devpubd - a daemon to listen
on drvctl and autocreate device nodes in /dev for those which don't have any.
Set the default to "NO" for now.

Revision 1.84 / (download) - annotate - [selected], Fri May 27 09:28:42 2011 UTC (12 years, 10 months ago) by plunky
Branch: MAIN
CVS Tags: cherry-xenmp-base, cherry-xenmp
Changes since 1.83: +3 -3 lines
Diff to previous 1.83 (colored)

provide a new 'bluetooth' rc.d script, to handle Bluetooth configuration
in a simpler manner. This replaces btattach, btconfig, bthcid, btdevctl
and sdpd scripts, and also should not require any configuration settings
other than "bluetooth=YES", though the full range of configurations is
still possible.

Revision 1.83 / (download) - annotate - [select for diffs], Fri Feb 18 00:42:20 2011 UTC (13 years, 1 month ago) by jmcneill
Branch: MAIN
CVS Tags: bouyer-quota2-nbase
Changes since 1.82: +3 -2 lines
Diff to previous 1.82 (colored) to selected 1.84 (colored)

Add rc.d script to make sure the system fontconfig cache is up to date.

Revision 1.82 / (download) - annotate - [select for diffs], Wed Feb 2 02:20:28 2011 UTC (13 years, 1 month ago) by rmind
Branch: MAIN
CVS Tags: bouyer-quota2-base
Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (colored) to selected 1.84 (colored)

NPF checkpoint:
- Add libnpf(3) - a library to control NPF (configuration, ruleset, etc).
- Add NPF support for ftp-proxy(8).
- Add rc.d script for NPF.
- Convert npfctl(8) to use libnpf(3) and thus make it less depressive.
  Note: next clean-up step should be a parser, once dholland@ will finish it.
- Add more documentation.
- Various fixes.

Revision 1.81 / (download) - annotate - [select for diffs], Thu Jan 13 10:55:20 2011 UTC (13 years, 2 months ago) by kefren
Branch: MAIN
Branch point for: bouyer-quota2
Changes since 1.80: +2 -2 lines
Diff to previous 1.80 (colored) to selected 1.84 (colored)

add ldpd rc script

Revision 1.80 / (download) - annotate - [select for diffs], Tue Sep 29 23:56:27 2009 UTC (14 years, 6 months ago) by tsarna
Branch: MAIN
CVS Tags: matt-premerge-20091211, matt-mips64-premerge-20101231
Changes since 1.79: +4 -4 lines
Diff to previous 1.79 (colored) to selected 1.84 (colored)

Multicast DNS ("Bonjour") support, based on Apple's mDNSResponder.

Revision 1.79 / (download) - annotate - [select for diffs], Sat Jul 25 16:20:10 2009 UTC (14 years, 8 months ago) by mbalmer
Branch: MAIN
Changes since 1.78: +2 -1 lines
Diff to previous 1.78 (colored) to selected 1.84 (colored)

Document recent gpio(4) changes and introduce a new config file for GPIO.
Integrate with the startup scripts in /etc/rc.d.  Introduce new variable
"gpio" for /etc/rc.conf.

Revision 1.78 / (download) - annotate - [select for diffs], Tue Apr 28 23:30:34 2009 UTC (14 years, 11 months ago) by roy
Branch: MAIN
CVS Tags: jym-xensuspend-nbase, jym-xensuspend-base
Changes since 1.77: +2 -2 lines
Diff to previous 1.77 (colored) to selected 1.84 (colored)

Add an rc.d script for dhcpcd(8)

Revision 1.77 / (download) - annotate - [select for diffs], Tue Apr 21 16:08:57 2009 UTC (14 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.76: +3 -3 lines
Diff to previous 1.76 (colored) to selected 1.84 (colored)

Split fsck during boot into two phases. Check the root file system
first, mount root and run the various disk providers. Add swap and
check the remaining file systems after that.
This breaks the dependency cycle for lvm, which needs writeable /dev.
Depend on rndctl in cgd.

Revision 1.76 / (download) - annotate - [select for diffs], Wed Apr 15 22:36:04 2009 UTC (14 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.75: +3 -1 lines
Diff to previous 1.75 (colored) to selected 1.84 (colored)

Add a small script to visualize the rc dependency graph and point to it.

Revision 1.75 / (download) - annotate - [select for diffs], Fri Jan 16 01:59:23 2009 UTC (15 years, 2 months ago) by haad
Branch: MAIN
CVS Tags: mjf-devfs2-base2
Branch point for: jym-xensuspend
Changes since 1.74: +2 -2 lines
Diff to previous 1.74 (colored) to selected 1.84 (colored)

Add lvm rc.d script to build.

Revision 1.74 / (download) - annotate - [select for diffs], Thu Jan 8 02:07:28 2009 UTC (15 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.73: +6 -2 lines
Diff to previous 1.73 (colored) to selected 1.84 (colored)

attempt to make the NOTE a bit more prominent

Revision 1.73 / (download) - annotate - [select for diffs], Sun Jan 4 12:10:30 2009 UTC (15 years, 2 months ago) by apb
Branch: MAIN
Changes since 1.72: +3 -3 lines
Diff to previous 1.72 (colored) to selected 1.84 (colored)

* Add etc/rc.d/rndctl script, based on work by Brian A. Seklecki.  This
  allows you to invoke rndctl(8) during the boot.
* Add rndctl=NO and rndctl_flags="" to /etc/defaults/rc.conf.
* Document rndctl and rndctl_flags variables in rc.conf(5).

Revision 1.72 / (download) - annotate - [select for diffs], Sat Dec 20 13:20:58 2008 UTC (15 years, 3 months ago) by isaki
Branch: MAIN
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (colored) to selected 1.84 (colored)

x68k pow(4) now uses MI sysmon_pswitch framework.  suggested by tsutsui@.
- Make MD poffd(8) retire, and use MI powerd(8) instead of it.
- Make /dev/pow1 retire, because nobody holds /dev/pow0 any longer.
  Use /dev/pow0 for pow(4) ioctl.
- POWIOCSSIGNAL ioctl which is for poffd(8) is also obsoleted.

Revision 1.71 / (download) - annotate - [select for diffs], Thu Dec 11 13:55:17 2008 UTC (15 years, 3 months ago) by mishka
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored) to selected 1.84 (colored)

Import rc.d/httpd script for httpd(8) daemon control.
See rc.conf(5) for options explanation.

Revision 1.70 / (download) - annotate - [select for diffs], Fri Dec 5 18:55:22 2008 UTC (15 years, 3 months ago) by cube
Branch: MAIN
Changes since 1.69: +12 -2 lines
Diff to previous 1.69 (colored) to selected 1.84 (colored)

- Generate xdm and xfs depending on the value of X11FLAVOUR
- Only generate and install them for MKX11 builds

Revision 1.69 / (download) - annotate - [select for diffs], Wed Nov 12 12:35:52 2008 UTC (15 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored) to selected 1.84 (colored)

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.

Revision 1.68 / (download) - annotate - [select for diffs], Wed Jun 18 09:06:26 2008 UTC (15 years, 9 months ago) by yamt
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, netbsd-5-base, mjf-devfs2-base, matt-mips64-base2
Branch point for: netbsd-5
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored) to selected 1.84 (colored)

merge yamt-pf42 branch.
(import newer pf from OpenBSD 4.2)

ok'ed by peter@.  requested by core@

Revision 1.67 / (download) - annotate - [select for diffs], Tue Apr 15 11:17:47 2008 UTC (15 years, 11 months ago) by plunky
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, hpcarm-cleanup-nbase
Branch point for: yamt-pf42, wrstuden-revivesa
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored) to selected 1.84 (colored)

some changes to serial bluetooth host controller interfaces

btuartd(8) should be named btattach(8) for consistency
with other parts of NetBSD

make btattach(8) a single-use tool for less complexity

device specicific initialisation (from btuart(4)) is carried
out prior to activating the line discipline (in btattach(8)),
which simplifies the API somewhat and means that the user
tool and the kernel do not need to be kept in sync.

btuart(4) driver is much reduced; naming is made consistent
and all tsleep() and delay() are removed to userland

Revision 1.66 / (download) - annotate - [select for diffs], Sat Jul 14 21:20:31 2007 UTC (16 years, 8 months ago) by ad
Branch: MAIN
CVS Tags: mjf-devfs-base, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf
Branch point for: mjf-devfs2, mjf-devfs
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored) to selected 1.84 (colored)

fixsb has done its job.

Revision 1.65 / (download) - annotate - [select for diffs], Sun Jul 1 08:01:29 2007 UTC (16 years, 9 months ago) by xtraeme
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored) to selected 1.84 (colored)

Add the /etc/rc.d/envsys script required by envsys2.

Revision 1.64 / (download) - annotate - [select for diffs], Tue Feb 20 21:29:08 2007 UTC (17 years, 1 month ago) by briggs
Branch: MAIN
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored) to selected 1.84 (colored)

Install sys/dev/bluetooth/btuart.h.
Descend into and build/install usr.sbin/btuartd.
Install etc/rc.d/btuartd.

Revision 1.63 / (download) - annotate - [select for diffs], Sun Feb 4 16:36:07 2007 UTC (17 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored) to selected 1.84 (colored)

Install the perusertmp file.

Revision 1.62 / (download) - annotate - [select for diffs], Sat Oct 7 16:50:34 2006 UTC (17 years, 5 months ago) by rpaulo
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored) to selected 1.84 (colored)

PR 34692: wpa_supplicant script.
By Jukka Salmi.

Revision 1.61 / (download) - annotate - [select for diffs], Sun Aug 13 09:03:23 2006 UTC (17 years, 7 months ago) by plunky
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored) to selected 1.84 (colored)

rename btcontrol(8) as btdevctl(8) to make it fit with the NetBSD naming
scheme for control programs. This fixes pr 34051.

Revision 1.60 / (download) - annotate - [select for diffs], Mon Aug 7 02:08:47 2006 UTC (17 years, 7 months ago) by dyoung
Branch: MAIN
CVS Tags: abandoned-netbsd-4-base
Branch point for: abandoned-netbsd-4
Changes since 1.59: +1 -4 lines
Diff to previous 1.59 (colored) to selected 1.84 (colored)

Per lukem's request, revert previous change which skipped installation
of /etc/rc.d/ipfilter and family if MKIPFILTER=no.  As lukem points
out, skipping installation of etc/rc.d/ scripts is not inconsistent
with other optional components, such as pf, x11, etc.

Revision 1.59 / (download) - annotate - [select for diffs], Sat Aug 5 17:26:14 2006 UTC (17 years, 7 months ago) by dyoung
Branch: MAIN
Changes since 1.58: +5 -2 lines
Diff to previous 1.58 (colored) to selected 1.84 (colored)

Only install ipfilter, ipfs, ipmon, and ipnat if MKIPFILTER=no.

Revision 1.58 / (download) - annotate - [select for diffs], Wed Jul 26 11:14:55 2006 UTC (17 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored) to selected 1.84 (colored)

Bluetooth fixes by Iain Hibbert:
Create "/etc/rc.d/btcontrol" to attach bluetooth devices at boot.

Revision 1.57 / (download) - annotate - [select for diffs], Mon Jun 19 15:44:36 2006 UTC (17 years, 9 months ago) by gdamore
Branch: MAIN
Changes since 1.56: +3 -3 lines
Diff to previous 1.56 (colored) to selected 1.84 (colored)

Initial import of bluetooth stack on behalf of Iain Hibbert.  (plunky@,
NetBSD Foundation Membership still pending.)  This stack was written by
Iain under sponsorship from Itronix Inc.

The stack includes support for rfcomm networking (networking via your
bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.

Drivers for both PCMCIA and USB bluetooth controllers are included.

Revision 1.56 / (download) - annotate - [select for diffs], Tue May 30 00:40:22 2006 UTC (17 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored) to selected 1.84 (colored)

Remove sendmail (approved by core)

Revision 1.55 / (download) - annotate - [select for diffs], Sun May 14 15:43:54 2006 UTC (17 years, 10 months ago) by simonb
Branch: MAIN
Changes since 1.54: +25 -18 lines
Diff to previous 1.54 (colored) to selected 1.84 (colored)

In the rc.d file list, start a new line for each first letter of
the rc.d scripts.  Indent by an extra tab to match indentation of
usr.sbin/postinstall/postinstall

Revision 1.54 / (download) - annotate - [select for diffs], Sun Apr 30 19:57:07 2006 UTC (17 years, 11 months ago) by rpaulo
Branch: MAIN
Changes since 1.53: +4 -3 lines
Diff to previous 1.53 (colored) to selected 1.84 (colored)

add missing files

Revision 1.53 / (download) - annotate - [select for diffs], Wed Feb 8 19:02:59 2006 UTC (18 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored) to selected 1.84 (colored)

Add distribution entries and supporting files for the iSCSI target.

Revision 1.52 / (download) - annotate - [select for diffs], Tue Aug 23 12:12:56 2005 UTC (18 years, 7 months ago) by peter
Branch: MAIN
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored) to selected 1.84 (colored)

pf needs to be started after the network is up, because some pf rules
derive IP address(es) from the interface (e.g "... from any to fxp0").
This however, creates window for possible attacks from the network.

Implement the solution proposed by YAMAMOTO Takashi:
Add /etc/defaults/pf.boot.conf and load it with the /etc/rc.d/pf_boot
script before starting the network. People who don't like the default
rules can override it with their own /etc/pf.boot.conf.
The default rules have been obtained from OpenBSD.

No objections on: tech-security

Revision 1.51 / (download) - annotate - [select for diffs], Thu Aug 4 22:32:44 2005 UTC (18 years, 7 months ago) by peter
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored) to selected 1.84 (colored)

Add the new ftpd rc.d script.

Revision 1.50 / (download) - annotate - [select for diffs], Sun Apr 17 23:12:40 2005 UTC (18 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.49: +3 -3 lines
Diff to previous 1.49 (colored) to selected 1.84 (colored)

Tweaks for the move of postinstall from /etc to /usr/sbin

Revision 1.49 / (download) - annotate - [select for diffs], Wed Jun 30 09:22:41 2004 UTC (19 years, 9 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-3-base
Branch point for: netbsd-3
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored) to selected 1.84 (colored)

Install "pf" and "pflogd".

Revision 1.48 / (download) - annotate - [select for diffs], Sun May 16 09:53:10 2004 UTC (19 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.47: +3 -2 lines
Diff to previous 1.47 (colored) to selected 1.84 (colored)

Consistently use CONFIGFILES & CONFIGLINKS (which enable the 'configinstall'
target) instead of using home-grown 'distribution' targets or using
FILES with the 'install' target.
Add some etc/ subdir Makefiles where appropriate.

XXX: some of etc/Makefile install-etc-files could be converted to CONFIGFILES.

Revision 1.47 / (download) - annotate - [select for diffs], Sun Apr 18 04:02:27 2004 UTC (19 years, 11 months ago) by dbj
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) to selected 1.84 (colored)

enable rc.d fixsb script
initial testing suggests that it is working and I am confident it
will not cause irrevocable damage

Revision 1.46 / (download) - annotate - [select for diffs], Sun Feb 1 02:34:16 2004 UTC (20 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored) to selected 1.84 (colored)

add identd

Revision 1.45 / (download) - annotate - [select for diffs], Wed Jan 14 10:51:54 2004 UTC (20 years, 2 months ago) by jmmv
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored) to selected 1.84 (colored)

Add the veriexec rc.d script.

Revision 1.44 / (download) - annotate - [select for diffs], Sat Dec 27 00:29:21 2003 UTC (20 years, 3 months ago) by martin
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored) to selected 1.84 (colored)

Add rtclocaltime.

Revision 1.43 / (download) - annotate - [select for diffs], Fri Dec 26 12:04:35 2003 UTC (20 years, 3 months ago) by lukem
Branch: MAIN
Changes since 1.42: +2 -5 lines
Diff to previous 1.42 (colored) to selected 1.84 (colored)

Revert part of previous; etc/rc.d/kdc must be installed even if Kerberos
isn't enabled.
This is how the rc.d system works in conjunction with our current build
and install system; all the rc.d scripts are installed even if the
subsystems they control are not.

Revision 1.42 / (download) - annotate - [select for diffs], Thu Dec 11 09:46:27 2003 UTC (20 years, 3 months ago) by dyoung
Branch: MAIN
Changes since 1.41: +5 -2 lines
Diff to previous 1.41 (colored) to selected 1.84 (colored)

Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no)
and without Kerberos 4 & 5 (MKKERBEROS=no). Previously checkflist
complained of missing files.

* move kerberos- and kerberos 4-only files into new flists,
  distrib/sets/lists/*/krb.*

* make the flist generators grok MKKERBEROS{,4} variables

* fix Makefiles which treat MKKERBEROS=no as MKKERBEROS5=no.
  9 out of 10 experts agree that it is ludicrous to build w/
  KERBEROS4 and w/o KERBEROS5.

* fix header files, also, which treat MKKERBEROS=no as MKKERBEROS5=no.

* omit some Kerberos-only subdirectories from the build as
  MKKERBEROS{,4} indicate

(I acknowledge the sentiment that flists are the wrong way to go,
and that the makefiles should produce the metalog directly.  That
sounds to me like the right way to go, but I am not prepared to do
revamp all the makefiles.  While my approach is expedient, it fits
painlessly within the current build architecture until we are
delivered from flist purgatory, and it does not postpone our
delivery. Fair enough?)

Revision 1.41 / (download) - annotate - [select for diffs], Fri Apr 18 05:19:35 2003 UTC (20 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored) to selected 1.84 (colored)

Add an rc script for powerd(8).

Revision 1.40 / (download) - annotate - [select for diffs], Mon Mar 24 15:19:28 2003 UTC (21 years ago) by atatat
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored) to selected 1.84 (colored)

Tweak postinstall to check for (and help out on) the upgrade to
sendmail 8.12.8.  Some of the same machinery (in shorter form) is in
the additions to rc.d/sendmail.  Also, add a smmsp startup script for
the sendmail client queue runner.

Revision 1.39 / (download) - annotate - [select for diffs], Thu Jan 16 11:55:29 2003 UTC (21 years, 2 months ago) by martti
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.84 (colored)

Back out previous (as discussed with releng). The correct way to set this is:

# echo "myserver" > /var/yp/binding/`domainname`.ypservers

Revision 1.38 / (download) - annotate - [select for diffs], Thu Jan 16 07:37:36 2003 UTC (21 years, 2 months ago) by martti
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) to selected 1.84 (colored)

Script to bind a NIS client to a known server.

$ grep yp /etc/rc.conf
ypbind=YES
ypbind_flags="-ypset"
ypset=YES
ypset_flags="myserver"

Revision 1.37 / (download) - annotate - [select for diffs], Fri Jan 10 05:07:45 2003 UTC (21 years, 2 months ago) by yamt
Branch: MAIN
Changes since 1.36: +5 -3 lines
Diff to previous 1.36 (colored) to selected 1.84 (colored)

in comment, metion about src/distrib/sets/lists/etc/mi as well.

Revision 1.36 / (download) - annotate - [select for diffs], Thu Jan 9 15:58:23 2003 UTC (21 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.84 (colored)

add staticroute

Revision 1.35 / (download) - annotate - [select for diffs], Wed Oct 9 14:55:54 2002 UTC (21 years, 5 months ago) by elric
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.84 (colored)

Added cgd rc.d script and put it in the appropriate postinstall and
mtree files.

Revision 1.34 / (download) - annotate - [select for diffs], Tue Sep 3 15:35:54 2002 UTC (21 years, 6 months ago) by abs
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored) to selected 1.84 (colored)

Split raidframe parity checking/rebuild out into raidframeparity, which is
called after quota so we don't end up with fsck and raidframe parity rebuild
taking forever after a crash/reboot.
While we are here check for raid[0-9].conf & raid[1-9][0-9].conf not
			    raid[0-9].conf & raid[0-9][0-9].conf

Revision 1.33 / (download) - annotate - [select for diffs], Tue Aug 27 14:12:14 2002 UTC (21 years, 7 months ago) by takemura
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.84 (colored)

Added touch panel calibration utility.

Revision 1.32 / (download) - annotate - [select for diffs], Tue Jul 30 05:58:42 2002 UTC (21 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.31: +3 -2 lines
Diff to previous 1.31 (colored) to selected 1.84 (colored)

Add a wdogctl startup/shutdown script.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Jul 3 23:31:25 2002 UTC (21 years, 9 months ago) by yamt
Branch: MAIN
Changes since 1.30: +4 -1 lines
Diff to previous 1.30 (colored) to selected 1.84 (colored)

add comment:
"if you're adding new scripts, don't forget to update
src/etc/postinstall and src/etc/mtree/special."

Revision 1.30 / (download) - annotate - [select for diffs], Sat Jun 29 04:07:08 2002 UTC (21 years, 9 months ago) by grant
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.84 (colored)

add wsmoused.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Jun 2 18:37:45 2002 UTC (21 years, 10 months ago) by jmcneill
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.84 (colored)

Add mixerctl script.

Revision 1.28 / (download) - annotate - [select for diffs], Wed Apr 24 08:18:47 2002 UTC (21 years, 11 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1
Branch point for: netbsd-1-6
Changes since 1.27: +1 -3 lines
Diff to previous 1.27 (colored) to selected 1.84 (colored)

- in <bsd.files.mk>, don't clear FILES after using it, as that prevents
	make -V FILES
  from being useful (and given that every other variable can be
  extracted using make -V, the behaviour was unusually inconsistent
  given that the original reason for clearing it doesn't seem to be
  relevant anymore)
- use <bsd.prog.mk> instead of directly including <bsd.files.mk>
  (and possibly <bsd.man.mk> or <bsd.own.mk>)
- remove obsolete NOPROG

Revision 1.27 / (download) - annotate - [select for diffs], Mon Feb 11 14:00:35 2002 UTC (22 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.84 (colored)

don't forget to install ipfs...

Revision 1.26 / (download) - annotate - [select for diffs], Thu Jan 31 01:26:05 2002 UTC (22 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.84 (colored)

Rename NETWORK to NETWORKING, to allow rc.d to be on a case insensitive
file system (prevents conflict with 'network').  PROVIDE both NETWORKING
and NETWORK (the latter for compatibility with 3rd party scripts).

Revision 1.25 / (download) - annotate - [select for diffs], Wed Dec 12 12:19:09 2001 UTC (22 years, 3 months ago) by lukem
Branch: MAIN
Changes since 1.24: +15 -10 lines
Diff to previous 1.24 (colored) to selected 1.84 (colored)

- set NOPROG before .include <bsd.own.mk>
- reformat FILES= lines for easier future additions

Revision 1.24 / (download) - annotate - [select for diffs], Mon Dec 10 16:53:06 2001 UTC (22 years, 3 months ago) by martin
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.84 (colored)

Add rc.d support for ifwatchd (used to run ip-up/ip-down scripts for
in-kernel pppoe interfaces).

Revision 1.23 / (download) - annotate - [select for diffs], Mon Oct 29 23:25:01 2001 UTC (22 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored) to selected 1.84 (colored)

Add moused, default off.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Sep 8 06:06:52 2001 UTC (22 years, 6 months ago) by martin
Branch: MAIN
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored) to selected 1.84 (colored)

Add downinterfaces. Noticed by Thomas Klausner.

Revision 1.21 / (download) - annotate - [select for diffs], Wed May 23 20:29:14 2001 UTC (22 years, 10 months ago) by fredette
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored) to selected 1.84 (colored)

sunndd has been renamed ndbootd.

Revision 1.20 / (download) - annotate - [select for diffs], Mon May 21 11:09:09 2001 UTC (22 years, 10 months ago) by enami
Branch: MAIN
Changes since 1.19: +4 -4 lines
Diff to previous 1.19 (colored) to selected 1.84 (colored)

Install the file sunndd.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Apr 5 23:54:59 2001 UTC (22 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.84 (colored)

Add a startup script for altqd(8).

Revision 1.18 / (download) - annotate - [select for diffs], Thu Apr 5 17:04:03 2001 UTC (22 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.84 (colored)

Don't install /etc/rc.d/gated any longer, since gated isn't in the
base system.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jan 18 02:01:12 2001 UTC (23 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored) to selected 1.84 (colored)

Startup script for racoon(8).  Racoon provides "ike", and requires
"kdc" (since you might want to use IPsec on your Kerberos server,
and might be using GSSAPI to authenticate Phase 1) and "ppp" (since
racoon(8) needs to know about all of your network interfaces).

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jan 14 15:37:22 2001 UTC (23 years, 2 months ago) by minoura
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.84 (colored)

Add /etc/rc.d/poffd, for x68k power management deamon.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Jan 7 17:53:36 2001 UTC (23 years, 2 months ago) by martin
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.84 (colored)

Don't fiddle with any isdn interface if the isdnd variable is set to NO
in rc.conf.

Actually do install the isdnd script.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Sep 28 22:16:15 2000 UTC (23 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.13: +2 -6 lines
Diff to previous 1.13 (colored) to selected 1.84 (colored)

Always install sshd.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Sep 21 10:38:04 2000 UTC (23 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.12: +7 -7 lines
Diff to previous 1.12 (colored) to selected 1.84 (colored)

Provide the option of running newsyslog at boot time; mainly for laptop
people.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Aug 21 23:38:07 2000 UTC (23 years, 7 months ago) by lukem
Branch: MAIN
Changes since 1.11: +10 -9 lines
Diff to previous 1.11 (colored) to selected 1.84 (colored)

convert fsck.sh -> fsck (using kill -TERM $$ to stop autoboot).

Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 10 22:02:07 2000 UTC (23 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.10: +3 -1 lines
Diff to previous 1.10 (colored) to selected 1.84 (colored)

Need bsd.own.mk

Revision 1.10 / (download) - annotate - [select for diffs], Sun Aug 6 21:32:56 2000 UTC (23 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.84 (colored)

Startup script glue for the Heimdal KDC.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jul 31 20:39:41 2000 UTC (23 years, 8 months ago) by jwise
Branch: MAIN
Changes since 1.8: +5 -1 lines
Diff to previous 1.8 (colored) to selected 1.84 (colored)

An sshd startup script for use with usr.bin/sshd.  Installation is conditional
on ${SSHDIST}, as with usr.bin/ssh itself.

This script includes a `keygen' target for regenerating RSA and DSA host keys,
and invokes this if these keys are not present when sshd is started up.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jul 26 00:11:48 2000 UTC (23 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.7: +6 -6 lines
Diff to previous 1.7 (colored) to selected 1.84 (colored)

* add new dummy dependancy `NETWORK' to be REQUIREd by services which need
  networking to be operational before starting, and use as appropriate.
  NETWORK depends upon network and dhclient.
* move the guts of systemfs into mountcritlocal
* replace the dependancy on systemfs with mountcritremote, and remove the
  former.
* SERVERS now also depends upon ppp

Notes:
* dhclient (and others) needs /var to be a $critical_filesystem_beforenet
* dhclient now starts before syslogd (because the latter needs /usr, and
  /usr might need dhclient to be mounted)

Should fix PRs:
    [install/9853] [bin/10002] [misc/10349] [port-i386/10633] [misc/10641]

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 13 16:29:54 2000 UTC (23 years, 9 months ago) by itojun
Branch: MAIN
CVS Tags: netbsd-1-5-base
Branch point for: netbsd-1-5
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored) to selected 1.84 (colored)

add rc.d/ipsec for ipsec configuration.  when enabled, it will inject
/etc/ipsec.conf into "setkey -f".  PR 9609.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 2 22:54:11 2000 UTC (23 years, 10 months ago) by fvdl
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.84 (colored)

* Portmap is now called rpcbind.
* Add IPv6 RPC entries to inetd.conf (commented out by default, as the others)
* Add netconfig file, needed for TI-RPC code.

Revision 1.5 / (download) - annotate - [select for diffs], Wed May 3 14:40:39 2000 UTC (23 years, 11 months ago) by joda
Branch: MAIN
CVS Tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored) to selected 1.84 (colored)

xntpd -> ntpd

Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 26 05:28:04 2000 UTC (23 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.84 (colored)

Provide rc.d support for the Postfix mail system.  Committed to the
base because there is no support for packages in rc.d, and Postfix
is supposed to become part of the base system anyhow.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 16 04:18:51 2000 UTC (23 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.84 (colored)

nfsiod script is gone.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 13 04:03:53 2000 UTC (24 years ago) by lukem
Branch: MAIN
Changes since 1.1: +9 -10 lines
Diff to previous 1.1 (colored) to selected 1.84 (colored)

* replace daemon, login, servers with DAEMON, LOGIN, SERVERS
* remove sshd (it was from my private system)

Revision 1.1 / (download) - annotate - [select for diffs], Fri Mar 10 11:53:23 2000 UTC (24 years ago) by lukem
Branch: MAIN
Diff to selected 1.84 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>