Date: Sun, 7 Dec 2003 02:13:41 +0900 From: "R. Imura" <imura@ryu16.org> To: Rudolf Cejka <cejkar@fit.vutbr.cz> Cc: freebsd-current@freebsd.org Subject: Re: User mounts could not use character conversions (libkiconv is just for roots) Message-ID: <20031206171341.GB89116%imura@ryu16.org> In-Reply-To: <20031203164107.GA20814%imura@ryu16.org> References: <20031202163805.GA40233@fit.vutbr.cz> <20031203060852.GT42142@vertex.kz> <20031203164107.GA20814%imura@ryu16.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, I give you a kiconv maintainance tool. You can write a shell script which can load any tables w/o mount operation. The following is a shell archive of its port. - R. Imura # a shell archive starts here. # echo c - kiconvctl mkdir -p kiconvctl > /dev/null 2>&1 echo x - kiconvctl/pkg-descr sed 's/^X//' >kiconvctl/pkg-descr << 'END-of-kiconvctl/pkg-descr' Xkiconvctl(8) provides a way to maintain kiconv convertion tables. X X- R. Imura END-of-kiconvctl/pkg-descr echo x - kiconvctl/distinfo sed 's/^X//' >kiconvctl/distinfo << 'END-of-kiconvctl/distinfo' XMD5 (kiconvctl-20031207.tar.gz) = 001aaa7d31999b9878e81ec647f1e4c4 END-of-kiconvctl/distinfo echo x - kiconvctl/Makefile sed 's/^X//' >kiconvctl/Makefile << 'END-of-kiconvctl/Makefile' X# New ports collection makefile for: kiconvctl X# Date created: 2003/12/07 X# Whom: imura@ryu16.org X# X# $FreeBSD$ X# X XPORTNAME= kiconvctl XPORTVERSION= 20031207 XCATEGORIES= sysutils XMASTER_SITES= http://www.ryu16.org/FreeBSD/kiconv/ X XMAINTAINER= imura@ryu16.org XCOMMENT= Kiconv translation table control program X XNO_WRKSUBDIR= yes XMAKE_ENV= BINDIR=${PREFIX}/sbin X X.include <bsd.port.mk> END-of-kiconvctl/Makefile echo x - kiconvctl/pkg-plist sed 's/^X//' >kiconvctl/pkg-plist << 'END-of-kiconvctl/pkg-plist' Xsbin/kiconvctl END-of-kiconvctl/pkg-plist exit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031206171341.GB89116%imura>