Changeset 764

Show
Ignore:
Timestamp:
09/03/08 08:47:38 (3 months ago)
Author:
free
Message:

Imported default files from a clean install

Location:
eros/trunk/tests/fakeroot/etc
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • eros/trunk/tests/fakeroot/etc/apt/sources.list

    r746 r764  
    11#  
    2 # deb cdrom:[eros master (1)]/ hardy main 
     2# deb cdrom:[foo (1)]/ hardy main 
    33 
    4 deb cdrom:[eros master (1)]/ hardy main 
     4deb cdrom:[foo (1)]/ hardy main 
  • eros/trunk/tests/fakeroot/etc/dhcp3/dhclient.conf

    r746 r764  
    1 # Configuration file for /sbin/dhclient, which is included in Debian's 
    2 #       dhcp3-client package. 
    3 # 
    4 # This is a sample configuration file for dhclient. See dhclient.conf's 
    5 #       man page for more information about the syntax of this file 
    6 #       and a more comprehensive list of the parameters understood by 
    7 #       dhclient. 
    8 # 
    9 # Normally, if the DHCP server provides reasonable information and does 
    10 #       not leave anything out (like the domain name, for example), then 
    11 #       few changes must be made to this file, if any. 
    12 # 
    13  
    14 send host-name "<hostname>"; 
    15 #send dhcp-client-identifier 1:0:a0:24:ab:fb:9c; 
    16 #send dhcp-lease-time 3600; 
    17 #supersede domain-name "fugue.com home.vix.com"; 
    18 #prepend domain-name-servers 127.0.0.1; 
    19 request subnet-mask, broadcast-address, time-offset, routers, 
    20         domain-name, domain-name-servers, host-name, 
    21         netbios-name-servers, netbios-scope; 
    22 #require subnet-mask, domain-name-servers; 
    23 timeout 30; 
    24 #retry 60; 
    25 #reboot 10; 
    26 #select-timeout 5; 
    27 #initial-interval 2; 
    28 #script "/etc/dhcp3/dhclient-script"; 
    29 #media "-link0 -link1 -link2", "link0 link1"; 
    30 #reject 192.33.137.209; 
    31  
    32 #alias { 
    33 #  interface "eth0"; 
    34 #  fixed-address 192.5.5.213; 
    35 #  option subnet-mask 255.255.255.255; 
    36 #} 
    37  
    38 #lease { 
    39 #  interface "eth0"; 
    40 #  fixed-address 192.33.137.200; 
    41 #  medium "link0 link1"; 
    42 #  option host-name "andare.swiftmedia.com"; 
    43 #  option subnet-mask 255.255.255.0; 
    44 #  option broadcast-address 192.33.137.255; 
    45 #  option routers 192.33.137.250; 
    46 #  option domain-name-servers 127.0.0.1; 
    47 #  renew 2 2000/1/12 00:00:01; 
    48 #  rebind 2 2000/1/12 00:00:01; 
    49 #  expire 2 2000/1/12 00:00:01; 
    50 #} 
     1request subnet-mask, broadcast-address, time-offset, routers, domain-name,    domain-name-servers, host-name, ntp-servers; 
  • eros/trunk/tests/fakeroot/etc/fstab

    r747 r764  
    1 # UNCONFIGURED FSTAB FOR BASE SYSTEM 
     1# /etc/fstab: static file system information. 
     2# 
     3# <file system> <mount point>   <type>  <options>       <dump>  <pass> 
     4proc            /proc           proc    defaults        0       0 
     5# /dev/sda4 
     6UUID=17aa8416-a05f-4f5e-94e7-eccaed7bc86d /               ext3    relatime,errors=remount-ro 0       1 
     7# /dev/sda5 
     8UUID=be2f7cba-505e-4c6b-9e26-64a428fe4d55 none            swap    sw              0       0 
  • eros/trunk/tests/fakeroot/etc/ldap.conf

    r747 r764  
    2222# whether your LDAP client library supports configurable 
    2323# network or connect timeouts (see bind_timelimit). 
    24 #host 127.0.0.1 
     24host ares 
    2525 
    2626# The distinguished name of the search base. 
    27 base dc=example,dc=net 
     27base dc=nodomain 
    2828 
    2929# Another way to specify your LDAP server is to provide an 
    30 uri ldapi:/// 
     30# uri with the server name. This allows to use 
    3131# Unix Domain Sockets to connect to a local LDAP Server. 
    3232#uri ldap://127.0.0.1/ 
     
    5050# if the effective user ID is root. Password is 
    5151# stored in /etc/ldap.secret (mode 600) 
    52 rootbinddn cn=manager,dc=example,dc=net 
     52rootbinddn cn=admin,dc=nodomain 
    5353 
    5454# The port. 
     
    295295# at present and does not support password policy control 
    296296#pam_sasl_mech DIGEST-MD5 
     297nss_initgroups_ignoreusers avahi,avahi-autoipd,backup,bin,daemon,dhcp,games,gdm,gnats,haldaemon,hplip,irc,klog,libuuid,list,lp,mail,man,messagebus,news,polkituser,proxy,pulse,root,sshd,statd,sync,sys,syslog,uucp,www-data 
  • eros/trunk/tests/fakeroot/etc/samba/smb.conf

    r748 r764  
     1# 
    12# Sample configuration file for the Samba suite for Debian GNU/Linux. 
     3# 
     4# 
    25# This is the main Samba configuration file. You should read the 
    36# smb.conf(5) manual page in order to understand the options listed 
    47# here. Samba has a huge number of configurable options most of which  
    58# are not shown in this example 
     9# 
    610# Any line which starts with a ; (semi-colon) or a # (hash)  
    711# is a comment and is ignored. In this example we will use a # 
    812# for commentary and a ; for parts of the config file that you 
    913# may wish to enable 
     14# 
    1015# NOTE: Whenever you modify this file you should run the command 
    1116# "testparm" to check that you have not made any basic syntactic  
    1217# errors.  
     18# 
    1319 
    1420#======================= Global Settings ======================= 
     
    1622[global] 
    1723 
    18 ## Browsing/Identification ## 
     24## Browsing/Identification ### 
     25 
    1926# Change this to the workgroup/NT-domain name your Samba server will part of 
    2027   workgroup = WORKGROUP 
     
    3845;   name resolve order = lmhosts host wins bcast 
    3946 
    40 #### Networking ### 
     47#### Networking #### 
     48 
    4149# The specific set of interfaces / networks to bind to 
    4250# This can be either the interface name or an IP address/netmask; 
     
    5361 
    5462 
    55 #### Debugging/Accounting ### 
     63#### Debugging/Accounting #### 
     64 
    5665# This tells Samba to use a separate log file for each machine 
    5766# that connects 
     
    7483 
    7584 
    76 ####### Authentication ###### 
     85####### Authentication ####### 
     86 
    7787# "security = user" is always a good idea. This will require a Unix account 
    7888# in this server for every user accessing the server. See 
     
    114124map to guest = bad user 
    115125 
    116 ########## Domains ########## 
     126########## Domains ########### 
     127 
    117128# Is this machine able to authenticate users. Both PDC and BDC 
    118129# must have this setting enabled. If you are the BDC you must 
    119130# change the 'domain master' setting to no 
     131# 
    120132;   domain logons = yes 
     133# 
    121134# The following setting only takes effect if 'domain logons' is set 
    122135# It specifies the location of the user's profile directory 
     
    145158; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u 
    146159 
    147 ########## Printing ######### 
     160########## Printing ########## 
     161 
    148162# If you want to automatically load your printer list rather 
    149163# than setting them up individually then you'll need this 
     
    160174;   printcap name = cups 
    161175 
    162 ############ Misc ########### 
     176############ Misc ############ 
     177 
    163178# Using the following line enables you to customise your configuration 
    164179# on a per machine basis. The %m gets replaced with the netbios name 
     
    289304#       cdrom share is accesed. For this to work /etc/fstab must contain 
    290305#       an entry like this: 
     306# 
    291307#       /dev/scd0   /cdrom  iso9660 defaults,noauto,ro,user   0 0 
     308# 
    292309# The CD-ROM gets unmounted automatically after the connection to the 
     310# 
    293311# If you don't want to use auto-mounting/unmounting make sure the CD 
    294312#       is mounted on /cdrom 
     313# 
    295314;   preexec = /bin/mount /cdrom 
    296315;   postexec = /bin/umount /cdrom