head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	v1_2:1.1.1.1
	AM:1.1.1;
locks; strict;
comment	@# @;


1.2
date	98.10.31.09.54.36;	author jkoshy;	state Exp;
branches;
next	1.1;

1.1
date	98.10.30.03.17.43;	author jkoshy;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.10.30.03.17.43;	author jkoshy;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to v1.2.1.

Submitted by:	Andrew Maltsev <am@@amsoft.ru> (maintainer)
@
text
@*** Config	1998/10/30 18:49:06	1.4
--- Config	1998/10/30 19:18:38	1.4.2.1
***************
*** 3,14 ****
  #
  # Where ruboard shold be installed (home dir)
  #
! HOMEDIR	=	/usr/local/lib/ruboard
  #
  # Where binaries are instaled. The default is $(HOMEDIR), but feel free
  # to set it to your prefered path.
  #
! BINDIR	=	$(HOMEDIR)
  #
  # Owner and group of boards. Defaults to your user id. Do not delete
  # `-o' and `-g'!
--- 3,14 ----
  #
  # Where ruboard shold be installed (home dir)
  #
! HOMEDIR	=	$(PREFIX)/etc/ruboard
  #
  # Where binaries are instaled. The default is $(HOMEDIR), but feel free
  # to set it to your prefered path.
  #
! BINDIR	=	$(PREFIX)/libexec/ruboard
  #
  # Owner and group of boards. Defaults to your user id. Do not delete
  # `-o' and `-g'!
***************
*** 23,29 ****
  # What is your make command name? Ruboard is only checked in BSD-make,
  # so change to `pmake' in Linux.
  #
! MAKE	=	make
  #
  # Where your pax is? Try `tar -cv -f -T -' if you have no pax (in
  # Linux). If you do not know what it is - leave it as is, you will be
--- 23,29 ----
  # What is your make command name? Ruboard is only checked in BSD-make,
  # so change to `pmake' in Linux.
  #
! # MAKE	=	make
  #
  # Where your pax is? Try `tar -cv -f -T -' if you have no pax (in
  # Linux). If you do not know what it is - leave it as is, you will be

*** Makefile	1998/10/30 18:49:06	1.15
--- Makefile	1998/10/30 19:18:38	1.15.2.1
***************
*** 16,23 ****
  	done
  
  install:	all
! 	@@[ -d $(HOMEDIR) ] || mkdir $(HOMEDIR)
! 	@@[ -d $(BINDIR) ] || mkdir $(BINDIR)
  	@@for i in $(SUBDIRS); do \
  		echo "=="; echo "== Doing '$@@' for '$$i'"; echo "=="; \
  		cwd=`pwd`; cd $$i; $(MAKE) $(MAKEFLAGS) $@@; cd $$cwd; \
--- 16,23 ----
  	done
  
  install:	all
! 	@@[ -d $(HOMEDIR) ] || mkdir -p -m 755 $(HOMEDIR)
! 	@@[ -d $(BINDIR) ] || mkdir -p -m 755 $(BINDIR)
  	@@for i in $(SUBDIRS); do \
  		echo "=="; echo "== Doing '$@@' for '$$i'"; echo "=="; \
  		cwd=`pwd`; cd $$i; $(MAKE) $(MAKEFLAGS) $@@; cd $$cwd; \
@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
*** Config.orig	Thu Oct 29 03:29:02 1998
--- Config	Fri Oct 30 08:32:22 1998
d4 1
a4 1
*** 3,9 ****
d10 5
d17 1
a17 1
--- 3,13 ----
d22 4
a25 3
! #
! # Where binaries are instaled
! #
d30 39
@


1.1.1.1
log
@Import of `ruboard', an almost plug 'n play web based discussion board
supporting english and russian.

PR:		8492
Reviewed by:	jkoshy
Submitted by:	Andrew Maltsev <am@@amsoft.ru>
@
text
@@
