]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
rstp: Fix syntax error in systemd file.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Jun 2011 17:04:35 +0000 (19:04 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Jun 2011 17:04:35 +0000 (19:04 +0200)
pkgs/rstp/rstp.nm
pkgs/rstp/systemd/rstp.service

index bb28a46c04cd6c397c35f6f84e97bc0bcefa6aa3..e51c362582bec7fca32490953616e8e039ca0aef 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = rstp
 PKG_VER        = 0.21
-PKG_REL        = 3
+PKG_REL        = 4
 
 PKG_MAINTAINER =
 PKG_GROUPS     = Networking/Tools
index f501ad29293372885199a7fa62e2f9ca63c8e7ad..d322a39222d28309c6c09fd00b291e849c5c78da 100644 (file)
@@ -4,7 +4,7 @@ Before=network.service
 
 [Service]
 RemainAfterExit=yes
-ExecPreStart=/sbin/modprobe net_pf_17
+ExecStartPre=/sbin/modprobe net_pf_17
 ExecStart=/sbin/rstpd -d
 
 [Install]