Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37409383
en ru br
ALT Linux repos
5.0: 4.64L-alt5.1
4.1: 4.64L-alt5
4.0: 4.64L-alt4.1
3.0: 4.58L-alt4
+backports:4.64L-alt0.M30.4

Group :: Networking/Mail
RPM: pine

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#!/bin/bash

exec=/usr/lib/pwd2pine
if [[ -x "$exec" ]]
then
. "$exec" "$@"
else
{
echo "Before running this, you should have configured the parameters in $exec;"
echo "to indicate that it has been configured, make it executable."
} | fold --spaces >&2
fi
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin