diff --git a/NEWS b/NEWS
index 901cef5b4ecd9879f303f01be54374c38fbdad8a..23c46cd7b17282a30fc407c2c499615577a707f0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+release/001.004 (2015-02-25)
+
+    Remove file inadvertently left in rsyslog.d.  (whm)
+
 release/001.003 (2015-02-25)
 
     Manage the audisp-simplify log with newsyslog.  (whm)
diff --git a/files/etc/rsyslog.d/audisp-simplify b/files/etc/rsyslog.d/audisp-simplify
deleted file mode 100644
index 4f22bce5512910fb6d6e6478362115a1fa8b69b0..0000000000000000000000000000000000000000
--- a/files/etc/rsyslog.d/audisp-simplify
+++ /dev/null
@@ -1,13 +0,0 @@
-# newsyslog.conf -- Rotate audispSimplify logs
-
-# Look for the log output in logdir, store a local copy in archive, and
-# save a copy in stats.
-set logdir  = /var/log/%n
-set save    = /var/log/OLD/%n
-
-syslog {
-   restart: hup /var/run/auditd.pid
-   log: audispSimplify logdir root 0 644
-
-   archive: audispSimplify save 30
-}