From 7cce44a8d00db2ce43c1e48470b528304be1d821 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 25 Oct 2015 23:31:52 +0700 Subject: [PATCH] sbopkg: Unset PIDFILE. Signed-off-by: Willy Sudiarto Raharjo --- src/usr/sbin/sbopkg | 1 + 1 file changed, 1 insertion(+) diff --git a/src/usr/sbin/sbopkg b/src/usr/sbin/sbopkg index 8ddeb8c..bf39fb2 100755 --- a/src/usr/sbin/sbopkg +++ b/src/usr/sbin/sbopkg @@ -4504,6 +4504,7 @@ unset CLEANUP # If set, delete the sources & c. after the build unset KEEPLOG # If set, keep a permanent build log unset ALLOW_MULTI # If set, allow more that one instance of sbopkg running unset BUILDLIST # List of packages to build/install (from CLI) +unset PIDFILE # PID unset BUILD CHK_UPDATES GENSEARCH CHANGELOG OBSOLETESRC GETPKGS unset RSYNC SEARCH UPDATE VERSION CUSTOMVER SKIP_INSTALLED VIEW_READMES