Changeset 92
- Timestamp:
- 03/26/07 18:11:53 (6 years ago)
- Location:
- pkg/main/parsix-installer/trunk
- Files:
-
- 6 edited
-
debian/copyright (modified) (1 diff)
-
hosts.allow (modified) (1 diff)
-
inetd.conf (modified) (2 diffs)
-
inittab (modified) (1 diff)
-
profile (modified) (2 diffs)
-
sudoers (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/parsix-installer/trunk/debian/copyright
r40 r92 15 15 2005 Andreas Loibl <andreas@andreas-loibl.de> 16 16 2005-2007 Alan Baghumian <alan@technotux.org> 17 2005-2007 Parsix GNU/Linux Project 17 18 18 19 License: -
pkg/main/parsix-installer/trunk/hosts.allow
r13 r92 10 10 # addresses (NOT host or domain names) for the portmapper. See portmap(8) 11 11 # and /usr/doc/netbase/portmapper.txt.gz for further information. 12 #13 12 14 13 #ssh sshd : ALL@ALL : ALLOW -
pkg/main/parsix-installer/trunk/inetd.conf
r13 r92 19 19 #<off># #chargen stream tcp nowait root internal 20 20 #<off># #chargen dgram udp wait root internal 21 #<off># #discard stream tcp nowait root internal22 #<off># #discard dgram udp wait root internal23 #<off># #daytime stream tcp nowait root internal21 #<off># #discard stream tcp nowait root internal 22 #<off># #discard dgram udp wait root internal 23 #<off># #daytime stream tcp nowait root internal 24 24 #<off># #daytime dgram udp wait root internal 25 25 #<off># #time stream tcp nowait root internal … … 46 46 #<off># #<off># netbios-ssn stream tcp nowait root /usr/sbin/tcpd /usr/sbin/smbd 47 47 #<off># #vboxd stream tcp nowait root /usr/sbin/tcpd /usr/sbin/vboxd 48 swat stream tcp nowait.400 root /usr/sbin/tcpd /usr/sbin/swat49 -
pkg/main/parsix-installer/trunk/inittab
r13 r92 1 1 # /etc/inittab: init(8) configuration. 2 # $Id: inittab,v 1.9 2001/05/31 10:37:50 knopper Exp $3 2 4 3 # The default runlevel. -
pkg/main/parsix-installer/trunk/profile
r13 r92 9 9 export PAGER 10 10 fi 11 11 12 # Set LOCALE 12 13 if [ -f /etc/sysconfig/i18n ]; then … … 39 40 fi 40 41 # END LOCALE 42 41 43 # enable bash completion in interactive shells 42 44 [ "$PS1" -a -f /etc/bash_completion ] && . /etc/bash_completion -
pkg/main/parsix-installer/trunk/sudoers
r13 r92 6 6 # 7 7 8 # Host alias specification9 10 # User alias specification11 12 # Cmnd alias specification13 14 8 # User privilege specification 15 9 root ALL=(ALL) ALL
Note: See TracChangeset
for help on using the changeset viewer.


