opnsense-ports/devel/lua-pty/files/patch-pty.lua
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

13 lines
341 B
Lua

--- pty.lua.orig Wed Nov 29 22:38:08 2006
+++ pty.lua Wed Nov 29 22:39:00 2006
@@ -1,9 +1,8 @@
-- $Id: pty.lua,v 1.2 2005/08/13 20:00:40 cpressey Exp $
-- Lua wrapper functions for Lua 5.0.x Pty (pseudo-terminal) binding.
+local Pty = require("lpty")
module("pty")
-
-Pty = require("lpty")
--[[------------]]--
--[[ Pty.Logged ]]--