Browse Source

Added $Id$

master
freesource 23 years ago
parent
commit
e2bae597d0
  1. 3
      yard/replacements/etc/fstab.debian
  2. 3
      yard/replacements/etc/hostname
  3. 3
      yard/replacements/etc/hosts
  4. 3
      yard/replacements/etc/inittab.debian
  5. 1
      yard/replacements/etc/motd
  6. 3
      yard/replacements/etc/network/interfaces
  7. 4
      yard/replacements/etc/networks
  8. 3
      yard/replacements/etc/securetty.debian
  9. 3
      yard/replacements/root/.bashrc.debian
  10. 3
      yard/replacements/root/.profile.debian
  11. 3
      yard/replacements/root/umlnet

3
yard/replacements/etc/fstab.debian

@ -1,3 +1,6 @@
# $Id$
# make_debian replacement
# DEVICE MOUNTPOINT TYPE OPTIONS DUMP FSCKORDER # DEVICE MOUNTPOINT TYPE OPTIONS DUMP FSCKORDER
#---------------------------------------------------------------- #----------------------------------------------------------------
## Choose an appropriate root mount. ## Choose an appropriate root mount.

3
yard/replacements/etc/hostname

@ -1 +1,4 @@
# $Id$
# make_debian replacement
bootroot bootroot

3
yard/replacements/etc/hosts

@ -1,3 +1,6 @@
# $Id$
# make_debian replacement
27.0.0.1 localhost 27.0.0.1 localhost
#192.168.1.2 bootroot.domain.com bootroot #192.168.1.2 bootroot.domain.com bootroot

3
yard/replacements/etc/inittab.debian

@ -1,5 +1,6 @@
# /etc/inittab: init(8) configuration. # /etc/inittab: init(8) configuration.
# $Id: inittab.debian,v 1.3 2001/08/12 21:30:56 freesource Exp - make_debian replacement $ # $Id: inittab.debian,v 1.4 2001/11/08 03:19:36 freesource Exp $
# make_debian replacement
# The default runlevel. # The default runlevel.
id:2:initdefault: id:2:initdefault:

1
yard/replacements/etc/motd

@ -1,3 +1,4 @@
$Id$
Linux bootroot Linux bootroot
Most of the programs included with the Debian GNU/Linux system are Most of the programs included with the Debian GNU/Linux system are

3
yard/replacements/etc/network/interfaces

@ -1,4 +1,7 @@
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
#
# $Id$
# make_debian replacement
# The loopback interface # The loopback interface
auto lo auto lo

4
yard/replacements/etc/networks

@ -1,2 +1,6 @@
# Edit this to requirements # Edit this to requirements
#
# $Id$
# make_debian replacement
localnet 192.168.1.0 localnet 192.168.1.0

3
yard/replacements/etc/securetty.debian

@ -1,5 +1,8 @@
# /etc/securetty: list of terminals on which root is allowed to login. # /etc/securetty: list of terminals on which root is allowed to login.
# See securetty(5) and login(1). # See securetty(5) and login(1).
#
# $Id$
# make_debian replacement
ttys/0 ttys/0
ttys/1 ttys/1
ttys/2 ttys/2

3
yard/replacements/root/.bashrc.debian

@ -1,4 +1,7 @@
# ~/.bashrc: executed by bash(1) for non-login shells. # ~/.bashrc: executed by bash(1) for non-login shells.
#
# $Id$
# make_debian replacement
export PS1='\h:\w\$ ' export PS1='\h:\w\$ '
umask 022 umask 022

3
yard/replacements/root/.profile.debian

@ -1,4 +1,7 @@
# ~/.profile: executed by Bourne-compatible login shells. # ~/.profile: executed by Bourne-compatible login shells.
#
# $Id$
# make_debian replacement
if [ -f ~/.bashrc ]; then if [ -f ~/.bashrc ]; then
. ~/.bashrc . ~/.bashrc

3
yard/replacements/root/umlnet

@ -1,2 +1,5 @@
# $Id$
# make_debian replacement
Edit /etc/network/interfaces to the requirements of your network Edit /etc/network/interfaces to the requirements of your network
to bring up your interfaces. to bring up your interfaces.

Loading…
Cancel
Save