]> git.xolatile.top Git - gorillanest.git/commitdiff
Perfection Assured The First Time
authorEmil Williams <emilemilemil@cock.li>
Wed, 20 Aug 2025 13:48:19 +0000 (13:48 +0000)
committerEmil Williams <emilemilemil@cock.li>
Wed, 20 Aug 2025 13:48:19 +0000 (13:48 +0000)
git/private/.gitkeep [new file with mode: 0644]
git/public/.gitkeep [new file with mode: 0644]
gorillanest

diff --git a/git/private/.gitkeep b/git/private/.gitkeep
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/git/public/.gitkeep b/git/public/.gitkeep
new file mode 100644 (file)
index 0000000..e69de29
index 300731d3b77e96a0af3c8a84ed7936d0bb8a9e4b..f5c26f76243390c11b7b3d55cb51fabfa26fdd02 100755 (executable)
@@ -7,7 +7,6 @@ use CGI;
 use FCGI;
 use Switch::Back;
 use Syntax::Keyword::Try;
-use Sys::Syslog;
 use Template;
 use URI::Escape;
 use Cwd;
@@ -15,7 +14,7 @@ use Cwd;
 
 use Data::Dumper;
 sub info {
-    syslog("info", join(' ', @_));
+    warn join(' ', @_);
 }
 
 # significant dirs only
@@ -60,7 +59,7 @@ sub GN::repository { # /$username/$repository
     return \%data;
 }
 
-openlog("gorillanest", "ndelay,pid", Sys::Syslog::LOG_DAEMON);
+open STDERR, '>', '/tmp/gorillanest.log' or die "You Will Never Ever See This Message Hopefully: $!";
 my $sock = FCGI::OpenSocket('/tmp/gorillanest.socket', 100);
 try {
     my $public = 'git/public';