You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/edna/files/edna-0.6-SystemExit.patch

12 lines
357 B

--- edna.py.orig 2007-01-27 15:31:00.000000000 +0000
+++ edna.py 2007-01-27 16:03:30.000000000 +0000
@@ -1159,7 +1159,7 @@
if os.path.isfile(fname) != 1:
print "edna: %s:No such file" %fname
- raise systemExit
+ raise SystemExit
if daemon_mode:
daemonize('/dev/null', '/var/log/edna.log', '/var/log/edna.log', '/var/run/edna.pid')