Hello, I've not contributed directly to Fedora before, but have a small change I'd like to make. I think this is the place to find out more about doing that. I'd like a hook in rc.sysinit to do local /tmp cleanup on boot. I already do things like this all the time on my system, but:
if [ -x /usr/local/bin/tmpcleanup ]; then /usr/local/bin/tmpcleanup fi
Now, having said all that, I'd be happy to submit the tmpcleanup script (perl), I'd be happy to submit the changes to rc.sysinit, but how should I go about doing that? I've not used CVS before, I don't know how to build RPM's. I just run my system, and help with others, and thought I'd see about submitting a small change that helps me out. My suspicion is that the best thing is to submit a change so that a directory is created, called "rc.sysinit.d" in /etc/rc.d, and in the rc.sysinit dir, create subdirectories that are called (much like rc1.d, etc) at certain points. For instance, have a hook that is called when local filesystems are mounted. But I might be getting ahead of myself with that. My aim is to have one less thing to customize when I re-do a system. Comments? -Ron |
-- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list