Initial checkin.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
commit
30132626b8
68 changed files with 5497 additions and 0 deletions
16
etc/skel/bin/poster.sh
Normal file
16
etc/skel/bin/poster.sh
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# This script tries to send all messages of status 'moderated' to the
|
||||
# news server. This should be a safe operation, i.e. it is not possible
|
||||
# to produce duplicates.
|
||||
#
|
||||
# Use this script for testing or after a configuration error.
|
||||
#
|
||||
export "LANG=C"
|
||||
export "LC_CTYPE=C"
|
||||
set -o nounset
|
||||
set -o errexit
|
||||
|
||||
export HUHU_DIR="@HUHU_DIR@"
|
||||
export PERL5LIB="${PERL5LIB:+$PERL5LIB:}${HUHU_DIR}"
|
||||
"${HUHU_DIR}/bin/poster.pl" "$HOME/etc/public.conf"
|
||||
Loading…
Add table
Add a link
Reference in a new issue