summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf23
1 files changed, 0 insertions, 23 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
deleted file mode 100644
index 708e98cb..00000000
--- a/etc/rc.conf
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# /etc/rc.conf - configuration file for initscripts
-#
-# Most of rc.conf has been replaced by various other configuration
-# files. See archlinux(7) for details.
-#
-# For more details on rc.conf see rc.conf(5).
-#
-
-#DAEMONS=(syslog-ng network crond)
-DAEMONS=(syslog-ng dbus @cpupower @crond @uptimed @cupsd @network @dnsmasq @ntpd @sshd slim)
-
-# Storage
-#
-# USEDMRAID="no"
-# USELVM="no"
-
-# Network
-#
-interface=eth0
-address=
-netmask=
-gateway=
HEAD requestsLars Hjemli This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for ETag in 'plain' viewLars Hjemli When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli