Skip to content
Snippets Groups Projects
Verified Commit 7be690fa authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/sysvinit: fix embarrassing typo in post-upgrade script

parent e4f5ef3d
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=sysvinit
pkgver=2.88
pkgrel=0
pkgrel=1
pkgdesc="System V-style init programs"
url="https://savannah.nongnu.org/projects/sysvinit"
arch="all"
......
#!/bin/sh
/sbin/telinit U &> /dev/null
return 0
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment