added devfs vc/? device names to securetty
46 lines of code changed in 3 files:
touch ups
6 lines of code changed in 1 file:
added apmd
4 lines of code changed in 5 files:
Finally getting around to committing some ebuilds I have been working on.
My first 2 ebuilds: freeciv and lrzsz
gzip and gdbm just have small fixes to fix the info dir entry problem.
1 lines of code changed in 3 files:
Added this to rc.d/init.d/mountall
. /etc/rc.d/config/basic
if [ ${LVM} ]; then
ebegin "Initializing LVM"
vgscan
vgchange -ay
eend $? "Problem Initializing LVM"
fi
and this to rc.d/config/basic
#LVM="y" # Set this if you would like to use LVM, will only work for
# simple setups (i.e. not as / and not modular)
This will make sure LVM gets started at boot time
10 lines of code changed in 2 files:
added /opt/kde2.1/share/config to the mix
1 lines of code changed in 1 file:
Part of previous commit
22 lines of code changed in 2 files:
Now uses /etc/rc.d/config/noflushd.conf instead of /etc/noflushd.conf. Upgraders (are there any?) should manually check their /etc/* dirs after merging because of config dir protection.
1 lines of code changed in 1 file:
bootcd fixups and additions. set USE=bootcd to build these packages
for the installation cd. autoiso.sh is the cd building automation
script. (its not nearly complete though)
331 lines of code changed in 26 files:
touched up the vimrc to close the bug about help not being found.
1 lines of code changed in 1 file:
I *knew* my config system was idiotic! Turns out profile.env vars aren't available in init scripts. Removed /etc/env.d/70noflushd and added a small config file of my own under /etc/noflushd.conf. If anyone already intalled this since yesterday, plesae upgrade and tell me what the new problem is.
23 lines of code changed in 4 files:
noflushd is a userland daemon for spinning down disks despite periodic write accesses from e.g. syslog, taking over from kupdated at run time. No kernel chamges or anything like that are necessary.
If someone thinks the init script's boot order (70) or the category (sys-apps) or (most likely) the config system is wrong, write me.
15 lines of code changed in 4 files:
- dropped in a empty file to `hold' onto an empty directory.
2 lines of code changed in 1 file:
- the install for at was forgetting to important steps. setting at suid bit, and touching a lock file: /var/cron/atjobs/.SEQ
32 lines of code changed in 2 files:
/usr/X11R6/share/man compat. symlink
3 lines of code changed in 1 file:
dircolors fix
1 lines of code changed in 1 file:
ebuild path fix
1 lines of code changed in 1 file:
additional perms fixes
1 lines of code changed in 1 file:
explicitly set a umask of 022 before an rsync to protect users who may not
have a default umask set.
2 lines of code changed in 1 file:
boot fix
2 lines of code changed in 1 file:
Added optimization settings for k6 (as distinct from Pentium) and for i386 (anyone know why I shouldn't?)
34 lines of code changed in 1 file:
fix
2 lines of code changed in 1 file:
/etc/filesystems in now a symlink to /proc/filesystems (better that way)
4 lines of code changed in 1 file:
alsa externalized again, as are the mosix-user utilities.
1 lines of code changed in 3 files:
Some security fixes and some touch ups. tar and unzip are both prone to
undesirable directory traversal (nothing like leaving .. unlinked *shudder*) I
package.masked unzip-5.42 since thier server is busted and I can't test it yet.
http://www.security.nnov.ru/advisories <-- is the advisories. rar is also
suceptible. Remeber you should run archivers under a privleged UID.
3 lines of code changed in 3 files:
Removed the files in debian/ that we don't really need to keep.
3 lines of code changed in 1 file:
Bruce Locke's ebuild for tmpreaper.
9 lines of code changed in 2 files:
fix for umask stuff
8 lines of code changed in 1 file:
stuff for the new kernel (2.4.6)
2 lines of code changed in 3 files:
adding ext3 and JFS support at the moment; this process includes upgrading
e2fsprogs.
18 lines of code changed in 2 files:
Added virtual/glibc to the dependencies
2 lines of code changed in 1 file:
/usr/tmp is now a link to /var/tmp, and /var/tmp now has 1777 perms
3 lines of code changed in 1 file:
Added a compatibility symlink from /bin/hostname to /usr/bin/hostname
2 lines of code changed in 1 file:
now includes additional devices
10 lines of code changed in 1 file:
added /var/lock/subsys to baselayout as well as a nice xsession Session file for gdm.
2 lines of code changed in 1 file:
Fixed up version from gontran
38 lines of code changed in 1 file:
Added HTTPD_OPTS
3 lines of code changed in 1 file:
typo fix
1 lines of code changed in 1 file:
If ${ROOT}/tmp doesn't exist, Portage should now create it with the sticky
bit set rather than with the default 0755 permissions + umask. umask is now
zero, too. This should fix problems where people build from scratch, ${ROOT}
is empty, and Portage accidentally creates ${ROOT}/tmp with the wrong perms.
4 lines of code changed in 1 file:
Update to make iproute2 work.
Removed reference to ETH_P_ECHO from lib/ll_proto.c.
ETH_P_ECHO was considered bogus and removed from the kernel.
Welcome to the new world order. Bury ifconfig and route.
Long live "ip addr" and "ip route"!!!! 8)
4 lines of code changed in 4 files:
added oftpd a anonymous only ftp daemon that is quite secure, it uses
chroot() and lots of other sweet stuff. Please add these two lines
FTPUSER="ftp" # User to run oftpd as
FTPROOT="/home/ftp" # Set this to your ftproot for oftpd
to your /etc/rc.d/config/basic and tune them to your needs to use oftpd
4 lines of code changed in 2 files:
now makes sure you're root before running.
15 lines of code changed in 2 files:
emerge now regenerates /usr/share/info/dir
30 lines of code changed in 1 file:
Portage helper apps.
pkgsearch -- search /usr/portage for ebuilds matching the user-entered
string, noting if it is already installed
pkglist -- list all installed packages
0 lines of code changed in 4 files:
new version of ebuild/emerge that supports the --debug option for bash
debugging
53 lines of code changed in 4 files:
New stable release
A fix for a potential buffer overflow in the string handling library.
0 lines of code changed in 3 files:
emerge --clean rsync now works; docs updated too.
5 lines of code changed in 1 file:
/etc/env.d is no longer assumed to exist
2 lines of code changed in 1 file: