opnsense-ports/databases/gadfly/files/patch-gfplus
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
392 B
Text

--- gadfly/scripts/gfplus.py.orig Wed Jul 10 09:45:07 2002
+++ gadfly/scripts/gfplus.py Thu Apr 22 00:58:26 2004
@@ -74,6 +74,7 @@
prompt2 = '... '
def __init__(self):
+ cmd.Cmd.__init__(self)
print '\ngfplus %s -- Interactive gadfly shell %s\n' %(__version__, rl)
t = time.localtime(time.time())
print time.strftime("%A %B %d, %Y %I:%M %p", t)