mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
2013-04-07 Junichi Satoh <junichi@rworks.jp>
* Makefile.PL: Changed library installation path for NetBSD. * pandora_server_installer: Fixed wrong permission of tentacle_server for BSD. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7937 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
3d65e51b0e
commit
8698407ad9
@ -1,3 +1,10 @@
|
|||||||
|
2013-04-07 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
|
* Makefile.PL: Changed library installation path for NetBSD.
|
||||||
|
|
||||||
|
* pandora_server_installer: Fixed wrong permission of tentacle_server
|
||||||
|
for BSD.
|
||||||
|
|
||||||
2013-04-04 Junichi Satoh <junichi@rworks.jp>
|
2013-04-04 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
* pandora_server_installer: As the same as Linux, changed cron setting
|
* pandora_server_installer: As the same as Linux, changed cron setting
|
||||||
|
@ -7,7 +7,7 @@ WriteMakefile(
|
|||||||
? (INSTALLSITELIB => '') : ()
|
? (INSTALLSITELIB => '') : ()
|
||||||
),
|
),
|
||||||
($^O eq 'netbsd') ? (
|
($^O eq 'netbsd') ? (
|
||||||
INSTALLSITELIB => '/usr/pkg/lib/perl5',
|
INSTALLSITELIB => '',
|
||||||
INSTALLSITESCRIPT => '/usr/local/bin',
|
INSTALLSITESCRIPT => '/usr/local/bin',
|
||||||
) :(),
|
) :(),
|
||||||
|
|
||||||
|
@ -399,6 +399,7 @@ perl-TimeDate perl-XML-Simple perl-XML-Twig perl-libwww-perl mysql-client perl-S
|
|||||||
echo "Installing tentacle server"
|
echo "Installing tentacle server"
|
||||||
cp bin/tentacle_server /usr/local/bin
|
cp bin/tentacle_server /usr/local/bin
|
||||||
chown pandora /usr/local/bin/tentacle_server
|
chown pandora /usr/local/bin/tentacle_server
|
||||||
|
chmod 555 /usr/local/bin/tentacle_server
|
||||||
cp FreeBSD/tentacle_server $TENTACLE_SERVER
|
cp FreeBSD/tentacle_server $TENTACLE_SERVER
|
||||||
chmod 555 $TENTACLE_SERVER
|
chmod 555 $TENTACLE_SERVER
|
||||||
echo "Installing Tentacle Server manual"
|
echo "Installing Tentacle Server manual"
|
||||||
@ -409,6 +410,7 @@ perl-TimeDate perl-XML-Simple perl-XML-Twig perl-libwww-perl mysql-client perl-S
|
|||||||
echo "Installing tentacle server"
|
echo "Installing tentacle server"
|
||||||
cp bin/tentacle_server /usr/local/bin
|
cp bin/tentacle_server /usr/local/bin
|
||||||
chown pandora /usr/local/bin/tentacle_server
|
chown pandora /usr/local/bin/tentacle_server
|
||||||
|
chmod 555 /usr/local/bin/tentacle_server
|
||||||
cp NetBSD/tentacle_server $TENTACLE_SERVER
|
cp NetBSD/tentacle_server $TENTACLE_SERVER
|
||||||
chmod 555 $TENTACLE_SERVER
|
chmod 555 $TENTACLE_SERVER
|
||||||
echo "Installing Tentacle Server manual"
|
echo "Installing Tentacle Server manual"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user