mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 10:20:26 +00:00
Merge branch 'master' of github.com:pcbsd/sysadm
This commit is contained in:
@@ -134,7 +134,7 @@ do
|
||||
|
||||
# Create the makesums / distinfo file
|
||||
cd "${portsdir}/$tdir"
|
||||
make makesum
|
||||
make makesum PORTSDIR=${portsdir}
|
||||
if [ $? -ne 0 ] ; then
|
||||
echo "Failed makesum"
|
||||
exit 1
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "WebServer.h"
|
||||
|
||||
#define CONFFILE "/usr/local/etc/sysadm.conf"
|
||||
#define SETTINGSFILE "/usr/local/etc/.sysadm-internal.ini"
|
||||
#define SETTINGSFILE "/var/db/sysadm.ini"
|
||||
|
||||
#define DEBUG 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user