Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
andri saputra
Adélie Package Tree
Commits
7be690fa
Verified
Commit
7be690fa
authored
7 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/sysvinit: fix embarrassing typo in post-upgrade script
parent
e4f5ef3d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
user/sysvinit/APKBUILD
+1
-1
1 addition, 1 deletion
user/sysvinit/APKBUILD
user/sysvinit/sysvinit.post-upgrade
+1
-1
1 addition, 1 deletion
user/sysvinit/sysvinit.post-upgrade
with
2 additions
and
2 deletions
user/sysvinit/APKBUILD
+
1
−
1
View file @
7be690fa
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
user/sysvinit/sysvinit.post-upgrade
+
1
−
1
View file @
7be690fa
#!/bin/sh
/sbin/telinit U &> /dev/null
return
0
exit
0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment