Loading PKGBUILD.in +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ pkgdesc='Send an email when your computer boot' arch=('any') url='https://github.com/seblu/mailboot' license=('GPL') depends=('bash' 'systemd') depends=('bash' 'systemd' 'sed') source=("$pkgname-$pkgver.tar.xz") md5sums=('SKIP') Loading README.rst +1 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ DEPENDENCIES - Bash [#]_ - Systemd [#]_ - sysvinit-tools - Sed INSTALL Loading mailboot.in +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ print_mail() { send_mail() { print_mail | sendmail root print_mail | sed 's/$/\r/' | sendmail root } while getopts 'psvh' opt; do Loading Loading
PKGBUILD.in +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ pkgdesc='Send an email when your computer boot' arch=('any') url='https://github.com/seblu/mailboot' license=('GPL') depends=('bash' 'systemd') depends=('bash' 'systemd' 'sed') source=("$pkgname-$pkgver.tar.xz") md5sums=('SKIP') Loading
README.rst +1 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ DEPENDENCIES - Bash [#]_ - Systemd [#]_ - sysvinit-tools - Sed INSTALL Loading
mailboot.in +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ print_mail() { send_mail() { print_mail | sendmail root print_mail | sed 's/$/\r/' | sendmail root } while getopts 'psvh' opt; do Loading