summaryrefslogtreecommitdiffstats
path: root/ext/syslog/MANIFEST
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-11-26 12:00:40 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-11-26 12:00:40 +0000
commit9ac485959f11507ce50bc3520d1eff1f5f999df8 (patch)
tree52f67fc28923cedbe81d496f6c735c173ef645dc /ext/syslog/MANIFEST
parent84476d504c981f4057a18e7e7777ffa8b4e29fc7 (diff)
Import the "syslog" module from the rough ruby project. This module
provides the interface to the UNIX system logger (syslog). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1860 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/syslog/MANIFEST')
-rw-r--r--ext/syslog/MANIFEST5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/syslog/MANIFEST b/ext/syslog/MANIFEST
new file mode 100644
index 000000000..67c588a36
--- /dev/null
+++ b/ext/syslog/MANIFEST
@@ -0,0 +1,5 @@
+MANIFEST
+extconf.rb
+syslog.c
+syslog.txt
+test.rb